Comboitem"

From Documentation
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: [http://books.zkoss.org/wiki/ZK_Style_Guide/XUL_Component_Specification/Comboitem Comboitem]
  
 
= Employment/Purpose =
 
= Employment/Purpose =
Line 24: Line 25:
 
</source>
 
</source>
  
=Supported events=
+
=Supported Events=
  
 
{| border="1" | width="100%"
 
{| border="1" | width="100%"
Line 33: Line 34:
 
| None
 
| None
 
|}
 
|}
 
+
* [[ZK_Component_Reference/Base_Components/LabelImageElement#Supported_Events | LabelImageElement]]
 
=Supported Children=
 
=Supported Children=
  
 
  *NONE
 
  *NONE
  
=Use cases=
+
=Use Cases=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"

Revision as of 10:43, 16 November 2010

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
*  LabelImageElement

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2010/11/16

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