org.zkoss.zul.tree.initRodSize"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.tree.initRodSize Default: 50 [Since 7.0.0] {{ZK EE}} Specifies the number of items rendered when the T...")
 
m
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.tree.initRodSize
 
  org.zkoss.zul.tree.initRodSize
 +
 +
{{NestedLibraryProperty}}
  
 
  Default: 50
 
  Default: 50

Revision as of 11:11, 7 July 2016


org.zkoss.zul.tree.initRodSize


Property:

org.zkoss.zul.tree.initRodSize
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>
Default: 50
[Since 7.0.0]
  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

Specifies the number of items rendered when the Tree first render. It is used only if live data (Tree.setModel(TreeModel)) and not paging (Tree.getPagingChild()).

If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

<tree>
  <custom-attributes org.zkoss.zul.tree.initRodSize="30"/>
...

Version History

Last Update : 2016/07/07


Version Date Content
7.0.0 August 2013 ZK-1898-Tree support render on demand


Last Update : 2016/07/07

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