LabelElement"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{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

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



Last Update : 2010/04/21

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