Calendar"
From Documentation
Jumperchen (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Calendar = *Component Reference: Calendar *[http://www.zkoss.org/product/edition.dsp Available in...") |
|||
Line 7: | Line 7: | ||
= Friendly Scrolling Support = | = Friendly Scrolling Support = | ||
− | Calendar can support to switch the view by user swipe on the content. | + | Calendar can support to switch the view by user swipe on the content with client/attribute. |
+ | <source lang="xml> | ||
+ | <calendar xmlns:ca="client/attribute" ca:data-swipeable="true" /> | ||
+ | </source> | ||
[[File:Calendar_Tablet_Example.png]] | [[File:Calendar_Tablet_Example.png]] |
Revision as of 09:40, 12 September 2012
Calendar
- Component Reference: Calendar
- Available in ZK EE only
Friendly Scrolling Support
Calendar can support to switch the view by user swipe on the content with client/attribute.
<calendar xmlns:ca="client/attribute" ca:data-swipeable="true" />
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | Calendar support touch's swipe event to switch the date view |