org.zkoss.zul.listbox.rod"

From Documentation
 
Line 13: Line 13:
 
  Default: false
 
  Default: false
  
 +
'''apply on one component'''
 
<source lang="xml">
 
<source lang="xml">
 
<listbox>
 
<listbox>
Line 19: Line 20:
 
</source>
 
</source>
  
 +
'''apply globally'''
 
<source lang="xml">
 
<source lang="xml">
 
<library-property>
 
<library-property>

Latest revision as of 09:12, 8 January 2020


org.zkoss.zul.listbox.rod


Property:

org.zkoss.zul.listbox.rod
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>

Set render-on-demand for listbox components. Using render on demand, the listboxcomponents will automatically add and remove rows depending on client scrolling. On large models, this will avoid sending the full content during page rendering.

See performance documentation for additional information.

Default: false

apply on one component

<listbox>
  <custom-attributes org.zkoss.zul.listbox.rod="true"/>
...

apply globally

<library-property>
    <name>org.zkoss.zul.listbox.rod</name>
    <value>true</value>
</library-property>
...

Version History

Last Update : 2020/01/08




Last Update : 2020/01/08

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