Paging"
From Documentation
Jumperchen (talk | contribs) (→Paging) |
m ((via JWB)) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
= 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 13: | Line 16: | ||
= Version History= | = Version History= | ||
− | {| | + | {| 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
- Component Reference: Paging
- Available in ZK EE only
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>
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | Grid/List/Tree support changing page by swipe event on tablet device |