org.zkoss.zk.ui.uuidRecycle.disabled"

From Documentation
(disabled UUID recycle since ZK 10.0.0)
Line 13: Line 13:
 
  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.
 
  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}}
 +
Default: <i>true</i> (i.e., UUID recycle is disabled)
  
 
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.
 
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.

Revision as of 04:09, 26 August 2022


org.zkoss.zk.ui.uuidRecycle.disabled


Property:

org.zkoss.zk.ui.uuidRecycle.disabled 
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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

Default: true (i.e., UUID recycle is disabled)

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.



Last Update : 2022/08/26

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