org.zkoss.zk.ui.activate.wait.retry.abort

From Documentation
Revision as of 09:30, 14 March 2022 by Hawk (talk | contribs) ((via JWB))


org.zkoss.zk.ui.activate.wait.retry.abort


Property:

org.zkoss.zk.ui.activate.wait.retry.abort
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: false (unit: milliseconds)

Since 6.5.2

A library property indicates that, if the time waiting for activation is longer than the value specified in org.zkoss.zk.ui.activate.wait.retry.timeout, the activation will be aborted and the thread will end.

It has no function if org.zkoss.zk.ui.activate.wait.retry.timeout is not specified (with a positive value).

<!-- in WEB-INF/zk.xml -->
<library-property>
	<name>org.zkoss.zk.ui.activate.wait.retry.abort</name>
	<value>true</value>
</library-property>
<library-property>
	<name>org.zkoss.zk.ui.activate.wait.retry.timeout</name>
	<value>60000</value>
</library-property>

Version History

Last Update : 2022/03/14


Version Date Content
6.5.2 January, 2013 Introduced



Last Update : 2022/03/14

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