org.zkoss.zk.ui.uuidRecycle.disabled"
From Documentation
Jumperchen (talk | contribs) m (Recommend to disable this feature since 9.6.1) |
|||
Line 5: | Line 5: | ||
{{GlobalLibraryProperty}} | {{GlobalLibraryProperty}} | ||
+ | {{versionSince| 5.0.3}} | ||
Default: <i>false</i> (i.e., UUID recycle is enabled) | Default: <i>false</i> (i.e., UUID recycle is enabled) | ||
− | + | ||
+ | {{versionSince| 9.6.1}} | ||
Recommend to disable this feature. (i.e. specifying with <i>true</i>) | Recommend to disable this feature. (i.e. specifying with <i>true</i>) | ||
− | |||
− | It specifies whether to disable the | + | |
+ | It specifies whether to disable the recycling of UUID. By recycling UUID it will reduce the memory use of the browser. It is enabled by default. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 09:36, 22 December 2021
Property:
org.zkoss.zk.ui.uuidRecycle.disabled
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Since 5.0.3
Default: false (i.e., UUID recycle is enabled)
Since 9.6.1
Recommend to disable this feature. (i.e. specifying with true)
It specifies whether to disable the recycling of UUID. By recycling UUID it will reduce the memory use of the browser. It is enabled by default.