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

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.activate.wait.retry.abort Default: <tt>false</tt> (unit: milliseconds) [since 6.5.2] A library proper...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
  org.zkoss.zk.ui.activate.wait.retry.abort
 
  org.zkoss.zk.ui.activate.wait.retry.abort
  
Default: <tt>false</tt> (unit: milliseconds)
+
{{GlobalLibraryProperty}}
[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|ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout]], the activation will be aborted and the thread will end.
+
Default: <code>false</code>
 +
{{versionSince|6.5.2}}
  
It has no function if [[org.zkoss.zk.ui.activate.wait.retry.timeout|ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout]] is not specified (with a positive value).
+
A library property indicates that, if the time waiting for activation is longer than the value specified in [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout | org.zkoss.zk.ui.activate.wait.retry.timeout]], the activation will be aborted and the thread will end.
 +
 
 +
It has no function if [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout | org.zkoss.zk.ui.activate.wait.retry.timeout]] is not specified (with a positive value).
  
 
<source lang="xml">
 
<source lang="xml">
Line 23: Line 25:
 
</source>
 
</source>
  
=Version History=
 
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
|-
 
| 6.5.2
 
| January, 2013
 
| Introduced
 
|}
 
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 04:02, 10 April 2024


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

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>



Last Update : 2024/04/10

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