Comboitem"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Comboitem =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#f5 Comboboxes]
 +
*Java API: <javadoc>org.zkoss.zul.Comboitem</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zul.inp.Comboitem</javadoc>
 +
 
 +
= Employment/Purpose =
 +
 
 +
An item of a combo box.
 +
 
 +
= Example =
 +
 
 +
 
 +
[[Image:ZKComRef_Comboitem_Example.PNG]]
 +
 
 +
<source lang="xml" >
 +
<combobox>
 +
    <comboitem label="Simple and Rich"/>
 +
    <comboitem label="Cool!"/>
 +
    <comboitem label="Ajax and RIA"/>
 +
</combobox>
 +
</source>
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.1
 +
| 4/27/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 11:34, 27 April 2010

Comboitem

Employment/Purpose

An item of a combo box.

Example

ZKComRef Comboitem 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

Name
Event Type
None None

Use cases

Version Description Example Location
5.0    

Version History

Version Date Content
5.0.1 4/27/2010 Initialization



Last Update : 2010/04/27

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