Tree"
From Documentation
Jumperchen (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Tree = *Component Reference: Tree *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] ...") |
Jumperchen (talk | contribs) |
||
Line 23: | Line 23: | ||
| 6.5.0 | | 6.5.0 | ||
| July, 2012 | | July, 2012 | ||
− | | [http://tracker.zkoss.org/browse/ | + | | [http://tracker.zkoss.org/browse/ZK-1239 Grid, Listbox, Tree can support to scroll the content by finger on tablet/mobile device] |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 03:31, 1 August 2012
Tree
- Component Reference: Tree
- Available in ZK EE only
Friendly Scrolling Support
When user swipe on the content of Tree, the friendly scrollbar will appear.
Note: to disable the friendly scrollbar, please use the following setting.
<tree xmlns:a="client/attribute" a:data-scrollable="false"/>
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | Grid, Listbox, Tree can support to scroll the content by finger on tablet/mobile device |