Comboitem"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
m ((via JWB)) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Comboitem = | ||
+ | |||
+ | *Demonstration: [http://www.zkoss.org/zkdemo/combobox Combobox] | ||
+ | *Java API: <javadoc>org.zkoss.zul.Comboitem</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.inp.Comboitem</javadoc> | ||
+ | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Comboitem| Comboitem]] | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | |||
+ | An item of a combo box. | ||
+ | |||
+ | = Example = | ||
+ | |||
+ | |||
+ | [[Image:ZKComRef_Combobox_Example.PNG]] | ||
+ | |||
+ | <source lang="xml" > | ||
+ | <combobox> | ||
+ | <comboitem label="Simple and Rich"/> | ||
+ | <comboitem label="Cool!"/> | ||
+ | <comboitem label="Ajax and RIA"/> | ||
+ | </combobox> | ||
+ | </source> | ||
+ | |||
+ | =Supported Events= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/LabelImageElement#Supported_Events | LabelImageElement]] | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
+ | |||
+ | =Use Cases= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | {{LastUpdated}} | ||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Latest revision as of 13:10, 7 January 2022
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 |
- Inherited Supported Events: LabelImageElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|