LabelElement"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
Jimmyshiau (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | |||
+ | = Label Element = | ||
+ | |||
+ | |||
+ | *Demonstration: | ||
+ | *Java API: <javadoc>org.zkoss.zul.impl.LabelElement</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | A HTML element with a label. | ||
+ | |||
+ | =Supported Children= | ||
+ | *none | ||
+ | |||
+ | =Properties= | ||
+ | |||
+ | |||
+ | {| border='1px' | width="400px" | ||
+ | ! Property !! Description !! Data Type !! Values | ||
+ | |- | ||
+ | | label | ||
+ | | Sets the label | ||
+ | | String | ||
+ | | Any text | ||
+ | |} | ||
+ | |||
+ | |||
+ | =Version History= | ||
+ | |||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 4/21/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 15:26, 21 April 2010
Label Element
- Demonstration:
- Java API: LabelElement
Employment/Purpose
A HTML element with a label.
Supported Children
*none
Properties
Property | Description | Data Type | Values |
---|---|---|---|
label | Sets the label | String | Any text |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/21/2010 | Initialization |