Timebox"
From Documentation
Jumperchen (talk | contribs) |
|||
Line 3: | Line 3: | ||
= Timebox = | = Timebox = | ||
− | *Demonstration: | + | *Demonstration: [http://www.zkoss.org/zkdemo/input/date_and_time_picker Date and Time] |
*Java API: <javadoc>org.zkoss.zul.Timebox</javadoc> | *Java API: <javadoc>org.zkoss.zul.Timebox</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.inp.Timebox</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.inp.Timebox</javadoc> | ||
+ | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Timebox | Timebox]] | ||
= Employment/Purpose = | = Employment/Purpose = | ||
Line 26: | Line 27: | ||
− | =Supported | + | =Supported Events= |
{| border="1" | width="100%" | {| border="1" | width="100%" | ||
Line 35: | Line 36: | ||
| None | | None | ||
|} | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/FormatInputElement#Supported_Events | FormatInputElement]] | ||
− | =Supported | + | =Supported Molds= |
Available molds of a component are defined in lang.xml embedded in zul.jar. | Available molds of a component are defined in lang.xml embedded in zul.jar. | ||
{| border="1" | width="100%" | {| border="1" | width="100%" | ||
Line 53: | Line 55: | ||
*NONE | *NONE | ||
− | =Use | + | =Use Cases= |
{| border='1px' | width="100%" | {| border='1px' | width="100%" |
Revision as of 02:05, 17 November 2010
Timebox
- Demonstration: Date and Time
- Java API: Timebox
- JavaScript API: Timebox
- Style Guide: Timebox
Employment/Purpose
An edit box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
Example
<window title="Simple" width="300px" border="normal">
<timebox id="tb0"/>
</window>
Supported Events
None | None |
- Inherited Supported Events: FormatInputElement
Supported Molds
Available molds of a component are defined in lang.xml embedded in zul.jar.
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|