org.zkoss.zul.include.mode"
From Documentation
m |
|||
Line 8: | Line 8: | ||
[Since 3.6.2] | [Since 3.6.2] | ||
− | It specifies the default mode of the <tt>include</tt> component. In ZK 3, 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 <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. |
+ | For more information, please refer to [[ZK Component Reference/Essential Components/Include|ZK Component Reference]]. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 04:02, 9 December 2010
Property:
org.zkoss.zul.include.mode
Default: defer (3.x) Default: auto (5.0) [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.