Paging"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Paging = *Component Reference: Paging = SwipeEvent Support = Within Tree, Grid, and Listbo...")
 
m ((via JWB))
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
*Component Reference: [[ZK Component Reference/Supplementary/Paging|Paging]]
 
*Component Reference: [[ZK Component Reference/Supplementary/Paging|Paging]]
 +
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
  
 
= SwipeEvent Support =
 
= SwipeEvent Support =
Within Tree, Grid, and Listbox, Paging can support to navigate previous page or next page by user swipe on the content.
+
Within Tree, Grid, and Listbox, Paging can support to navigate previous page or next page by user swipe on the edge of content with client attribute.
 +
<source lang="xml">
 +
<listbox mold="paging" pageSize="5" xmlns:ca="client/attribute" ca:data-swipeable="true"></listbox>
 +
</source>
  
 
[[File:Paging_Tablet_Example.png]]
 
[[File:Paging_Tablet_Example.png]]
Line 12: Line 16:
 
= Version History=
 
= Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
 
| 6.5.0
 
| 6.5.0
 
| July, 2012
 
| July, 2012
|
+
| [http://tracker.zkoss.org/browse/ZK-1283 Grid/List/Tree support changing page by swipe event on tablet device]
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 13:15, 7 January 2022

Paging

SwipeEvent Support

Within Tree, Grid, and Listbox, Paging can support to navigate previous page or next page by user swipe on the edge of content with client attribute.

<listbox mold="paging" pageSize="5" xmlns:ca="client/attribute" ca:data-swipeable="true"></listbox>

Paging Tablet Example.png

Version History

Version Date Content
6.5.0 July, 2012 Grid/List/Tree support changing page by swipe event on tablet device



Last Update : 2022/01/07

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