Comboitem"

From Documentation
m ((via JWB))
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
= Comboitem =
 
= Comboitem =
  
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f5 Comboboxes]
+
*Demonstration: [http://www.zkoss.org/zkdemo/combobox Combobox]
 
*Java API: <javadoc>org.zkoss.zul.Comboitem</javadoc>
 
*Java API: <javadoc>org.zkoss.zul.Comboitem</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.inp.Comboitem</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.inp.Comboitem</javadoc>
 +
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Comboitem| Comboitem]]
  
 
= Employment/Purpose =
 
= Employment/Purpose =
Line 14: Line 15:
  
  
[[Image:ZKComRef_Comboitem_Example.PNG]]  
+
[[Image:ZKComRef_Combobox_Example.PNG]]  
  
 
<source lang="xml" >
 
<source lang="xml" >
Line 24: Line 25:
 
</source>
 
</source>
  
 +
=Supported Events=
  
 
+
{| class='wikitable' | width="100%"
=Supported events=
 
 
 
{| border="1" | width="100%"
 
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 35: Line 34:
 
| None
 
| None
 
|}
 
|}
 +
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/LabelImageElement#Supported_Events | LabelImageElement]]
  
 
=Supported Children=
 
=Supported Children=
Line 40: Line 40:
 
  *NONE
 
  *NONE
  
=Use cases=
+
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 51: Line 51:
  
 
=Version History=
 
=Version History=
 
+
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 13:10, 7 January 2022

Comboitem

Employment/Purpose

An item of a combo box.

Example

ZKComRef Combobox Example.PNG

 <combobox>
     <comboitem label="Simple and Rich"/>
     <comboitem label="Cool!"/>
     <comboitem label="Ajax and RIA"/>
 </combobox>

Supported Events

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2022/01/07


Version Date Content
     



Last Update : 2022/01/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.