Calendar"

From Documentation
Line 11: Line 11:
  
 
= Example =
 
= Example =
 +
[[Image:ZKComRef_Calendar_Example.png]]
  
 
+
<source lang="xml" >
 
+
<hbox>
 
+
    <calendar id="cal" onChange="in.value = cal.value"/>
 +
    <datebox id="in" onChange="cal.value = in.value"/>
 +
</hbox>
 +
</source>
  
 
=Supported events=
 
=Supported events=

Revision as of 07:42, 12 May 2010

Calendar

Employment/Purpose

A calendar displays a 'flat' calendar and allows user to select a day from it.

Example

ZKComRef Calendar Example.png

 <hbox>
     <calendar id="cal" onChange="in.value = cal.value"/>
     <datebox id="in" onChange="cal.value = in.value"/>
 </hbox>

Supported events

Name
Event Type
None None

Supported Children

*ALL

Use cases

Version Description Example Location
5.0+    

Version History

Version Date Content
5.x.x x/x/20xx Initialization



Last Update : 2010/05/12

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