Data-Swipeable
` ZK EE tablet only`
Each layout region in borderlayout can support the closing and opening of the region area by user’s swipe on the edge of the region with client/attribute1.
<div xmlns:ca="client/attribute">
<borderlayout xmlns:ca="client/attribute" ca:data-swipeable="true">
whatever_value_you_want
</borderlayout>
</div>
Tabbox supports the switching of tabs by user swiping on the edge of the content with client attribute2.
<div xmlns:ca="client/attribute">
<tabbox xmlns:ca="client/attribute" ca:data-swipeable="true">
whatever_value_you_want
</tabbox>
</div>
Within Tree, Grid, and Listbox, Paging can support the navigation to the previous or the next page by user swiping on the edge of the content with client attribute3.
<div xmlns:ca="client/attribute">
<listbox mold="paging" pageSize="5" xmlns:ca="client/attribute" ca:data-swipeable="true"></listbox>
</div>
Calendar can support the switching of view by user swiping on the content with client attribute4.
<div xmlns:ca="client/attribute">
<calendar xmlns:ca="client/attribute" ca:data-swipeable="true" />
</div>
-
For more information, please refer to ZK Component Reference Tablet Devices: Borderlayout. ↩
-
For more information, please refer to ZK Component Reference Tablet Devices: Tabbox. ↩
-
For more information, please refer to ZK Component Reference Tablet Devices: Paging. ↩
-
For more information, please refer to ZK Component Reference Tablet Devices: Calendar. ↩