A calendar displays a 'flat' calendar and allows user to select a day from it.
<hbox> <calendar id="cal" onChange="in.value = cal.value"/> <datebox id="in" onChange="cal.value = in.value"/> </hbox>
Property |
Description |
Data Type |
Default Value |
---|---|---|---|
|
Sets whether to use a compact layout. |
|
|
|
Sets the name of this component. |
|
|
|
Sets the time zone that this date box belongs to, or null if the default time zone is used. |
|
|
|
Assigns a value to this component. |
|
|
|
Sets whether this component is visible. |
|
|