org.zkoss.zul.listbox.initRodSize"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.listbox.initRodSize Default: 100 [Since 5.0.8] Specifies the number of items rendered when the Listbox f...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
{{versionSince |  5.0.8}}
 +
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.listbox.initRodSize
 
  org.zkoss.zul.listbox.initRodSize
 +
 +
{{NestedLibraryProperty}}
  
 
  Default: 100
 
  Default: 100
[Since 5.0.8]
+
 
  
 
Specifies the number of items rendered when the Listbox first render.
 
Specifies the number of items rendered when the Listbox first render.

Latest revision as of 04:38, 7 December 2020


org.zkoss.zul.listbox.initRodSize


Since 5.0.8

Property:

org.zkoss.zul.listbox.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: 100


Specifies the number of items rendered when the Listbox first render. It is used only if live data (Listbox.setModel(ListModel)) and not paging (Listbox.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.

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

Version History

Last Update : 2020/12/07


Version Date Content
5.0.8 June 2011 Add a custom attributes "org.zkoss.zul.listbox.initRodSize" for control ROD render size.


Last Update : 2020/12/07

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