org.zkoss.zk.ui.activate.wait.retry.abort"
From Documentation
m |
Robertwenzel (talk | contribs) m |
||
Line 3: | Line 3: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zk.ui.activate.wait.retry.abort | org.zkoss.zk.ui.activate.wait.retry.abort | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <tt>false</tt> (unit: milliseconds) | Default: <tt>false</tt> (unit: milliseconds) |
Revision as of 07:25, 7 July 2016
Property:
org.zkoss.zk.ui.activate.wait.retry.abort
Applicable: globally in zk.xml via <library-property> 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
Version | Date | Content |
---|---|---|
6.5.2 | January, 2013 | Introduced |