org.zkoss.zul.listbox.rod"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.listbox.rod {{NestedLibraryProperty}} Set render-on-demand for grid components. Using render on demand, th...")
 
Line 5: Line 5:
 
{{NestedLibraryProperty}}
 
{{NestedLibraryProperty}}
  
Set render-on-demand for grid components.
+
Set render-on-demand for listbox components.
Using render on demand, the grid components will automatically add and remove rows depending on client scrolling.
+
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.
 
On large models, this will avoid sending the full content during page rendering.
  

Revision as of 07:40, 9 September 2016


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
<grid>
  <custom-attributes org.zkoss.zul.listbox.rod="true"/>
...
<library-property>
    <name>org.zkoss.zul.listbox.rod</name>
    <value>true</value>
</library-property>
...

Version History

Last Update : 2016/09/09




Last Update : 2016/09/09

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