Calendar

From Documentation

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


The calendar has a 'flat' display and allows a user to select a day.

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

The value Property and the onChange Event

Like input controls, the calendar supports the value attribute allowing developers to get and set the selected day. In addition, developers are able to listen to the onChange event to process it immediatel.

The compact Property

10000000000000BC0000007A5A0A2B82.png

A calendar supports two different layouts and can be controlled by using the compact attribute.

<calendar compact="true"/>

The default value depends on the current Locale.



Last Update : 2022/01/19

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