Timebox"

From Documentation
Line 5: Line 5:
 
*Demonstration: [http://www.zkoss.org/zkdemo/input/date_and_time_picker Date and Time]
 
*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.db.Timebox</javadoc>
 
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Timebox | Timebox]]
 
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Timebox | Timebox]]
  

Revision as of 02:06, 17 November 2010

Timebox

Employment/Purpose

An edit box for holding a time (a java.util.Date Object , but only Hour & Minute are used.


Example

ZKCompRef Timebox.png


 <window title="Simple" width="300px" border="normal">
     <timebox id="tb0"/>
 </window>



Supported Events

Name
Event Type
None None

Supported Molds

Available molds of a component are defined in lang.xml embedded in zul.jar.

Name
Snapshot
default
Timebox mold default.png
rounded
Timebox mold rounded.png

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2010/11/17

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