Comboitem"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
Line 1: | Line 1: | ||
− | + | {{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 | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =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
- Demonstration: Comboboxes
- Java API: Comboitem
- JavaScript API: Comboitem
Employment/Purpose
An item of a combo box.
Example
<combobox>
<comboitem label="Simple and Rich"/>
<comboitem label="Cool!"/>
<comboitem label="Ajax and RIA"/>
</combobox>
Supported events
None | None |
Supported Children
None | None |
Use cases
Version | Description | Example Location |
---|---|---|
5.0 |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/27/2010 | Initialization |