Comboitem"
From Documentation
Jumperchen (talk | contribs) |
m ((via JWB)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
*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: [ | + | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Comboitem| Comboitem]] |
= Employment/Purpose = | = Employment/Purpose = | ||
Line 27: | Line 27: | ||
=Supported Events= | =Supported Events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 42: | Line 42: | ||
=Use Cases= | =Use Cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 52: | Line 52: | ||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| 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
<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 |
---|---|---|