org.zkoss.zk.ui.uuidRecycle.disabled"
From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: <i>false</i> (i.e., UUID recycle is enabled) [since 5.0.3] It specifies whether to disable the recycle of UUID. By recycling …') |
Jumperchen (talk | contribs) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | {{Deprecated Content}} | ||
+ | '''Property:''' | ||
+ | org.zkoss.zk.ui.uuidRecycle.disabled | ||
+ | {{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) | ||
− | |||
− | It specifies whether to disable the | + | |
+ | {{versionSince| 9.6.1}} | ||
+ | Show the warning below to recommend disabling this feature. (i.e. specifying with <i>true</i>) | ||
+ | UID recycle is enabled and it's better to disable it by specifying a library property 'org.zkoss.zk.ui.uuidRecycle.disabled' with true to prevent some unwanted widget uuid reusing at client side accidentally. | ||
+ | |||
+ | |||
+ | {{versionSince| 10.0.0}} | ||
+ | Deprecated | ||
+ | |||
+ | 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}} |
Latest revision as of 04:46, 23 August 2023
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
Show the warning below to recommend disabling this feature. (i.e. specifying with true)
UID recycle is enabled and it's better to disable it by specifying a library property 'org.zkoss.zk.ui.uuidRecycle.disabled' with true to prevent some unwanted widget uuid reusing at client side accidentally.
Since 10.0.0
Deprecated
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.