Timebox"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
m |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Timebox = | ||
+ | |||
+ | *Demonstration: | ||
+ | *Java API: <javadoc>org.zkoss.zul.Timebox</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.inp.Timebox</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | |||
+ | An edit box for holding a time (a java.util.Date Object , but only Hour & Minute are used. | ||
+ | |||
+ | |||
+ | = Example = | ||
+ | |||
+ | [[Image:timebox.png]] | ||
+ | |||
+ | |||
+ | <source lang="xml" > | ||
+ | <window title="Simple" width="300px" border="normal"> | ||
+ | <timebox id="tb0"/> | ||
+ | </window> | ||
+ | </source> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | 5.0+ | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 05/11/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 07:18, 11 May 2010
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 |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 05/11/2010 | Initialization |