Timebox"

From Documentation
m
m
Line 3: Line 3:
 
= Timebox =
 
= Timebox =
  
*Demonstration:  
+
*Demonstration: N/A
 
*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>
Line 14: Line 14:
 
= Example =
 
= Example =
  
[[Image:timebox.png]]
+
[[Image:ZKCompRef_Timebox.png]]
  
  
Line 45: Line 45:
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
Line 55: Line 55:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.1
+
| 5.0.2
 
| 05/11/2010
 
| 05/11/2010
 
| Initialization
 
| Initialization

Revision as of 04:22, 14 May 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 Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 05/11/2010 Initialization



Last Update : 2010/05/14

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