org.zkoss.zul.include.mode"

From Documentation
m
m (correct highlight (via JWB))
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.include.mode
 
  org.zkoss.zul.include.mode
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: auto (5.0)
 
  Default: auto (5.0)
Line 8: Line 10:
 
  [Since 3.6.2]
 
  [Since 3.6.2]
  
It specifies the default mode of the <tt>include</tt> component. In ZK 3 and prior, the default mode is <tt>defer</tt>, which is backward-compatible with the prior version. Since ZK 5, the default mode is <tt>auto</tt> for easier control.
+
It specifies the default mode of the <code>include</code> component. In ZK 3 and prior, the default mode is <code>defer</code>, which is backward-compatible with the prior version. Since ZK 5, the default mode is <code>auto</code> for easier control.
  
 
For more information, please refer to [[ZK Component Reference/Essential Components/Include|ZK Component Reference]].
 
For more information, please refer to [[ZK Component Reference/Essential Components/Include|ZK Component Reference]].
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:21, 19 January 2022


org.zkoss.zul.include.mode


Property:

org.zkoss.zul.include.mode
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: auto (5.0)
Default: defer (3.x)
[Since 3.6.2]

It specifies the default mode of the include component. In ZK 3 and prior, the default mode is defer, which is backward-compatible with the prior version. Since ZK 5, the default mode is auto for easier control.

For more information, please refer to ZK Component Reference.



Last Update : 2022/01/19

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