Calendar"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Calendar = *Component Reference: Calendar *[http://www.zkoss.org/product/edition.dsp Available in...")
 
m ((via JWB))
 
(2 intermediate revisions by one other user not shown)
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]]
Line 13: Line 16:
 
= Version History=
 
= Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 13:15, 7 January 2022

Calendar

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" />

Calendar Tablet Example.png

Version History

Version Date Content
6.5.0 July, 2012 Calendar support touch's swipe event to switch the date view



Last Update : 2022/01/07

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