The ZK Calendar Component"

From Documentation
Line 1: Line 1:
 
{{ZKCalendarEssentialsPageHeader}}
 
{{ZKCalendarEssentialsPageHeader}}
ZK Calendar is a single ZK component.
+
===The ZK Calendar Component===
 +
====The Bare Calendar Component====
 +
ZK Calendar is a single ZK component. Developers could declare it within any ZK container components, such as Window,  tabs, groupbox, etc.
 +
For example:<br>
 +
<source lang="xml">
 +
<window title="Bare ZK Calendar" border="normal">
 +
 
 +
<calendars>
 +
</calendars>
 +
 
 +
</window>
 +
</source>
 +
 
 +
[[Image: bareCalendar.png]]
  
  
 
{{ZKCalendarEssentialsPageFooter}}
 
{{ZKCalendarEssentialsPageFooter}}

Revision as of 03:39, 12 March 2010


The ZK Calendar Component



The ZK Calendar Component

The Bare Calendar Component

ZK Calendar is a single ZK component. Developers could declare it within any ZK container components, such as Window, tabs, groupbox, etc. For example:

<window title="Bare ZK Calendar" border="normal">

<calendars>
</calendars>

</window>

BareCalendar.png


The example project is at Github


Last Update : 2010/03/12

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