org.zkoss.zul.invalidateThreshold"
From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.invalidateThreshold {{NestedLibraryProperty}} Default: 10 [Since 8.0.1] It specifies the threshold num...") |
|||
Line 21: | Line 21: | ||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 03:38, 29 September 2017
Property:
org.zkoss.zul.invalidateThreshold
Applicable: globally in zk.xml via <library-property> nested in a zul file via <custom-attributes>
Default: 10 [Since 8.0.1]
It specifies the threshold number of changed items of a model to invalidate a widget's DOM elements for Grid, Listbox, Combobox. If the number of changed items (by adding or removing) is over the threshold, client widget will redraw itself instead of rendering changed items partially.
<listbox>
<custom-attributesorg.zkoss.zul.invalidateThreshold="200"/>
...
</listbox>
Version History