org.zkoss.zul.include.mode"
From Documentation
m (correct highlight (via JWB)) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
org.zkoss.zul.include.mode | org.zkoss.zul.include.mode | ||
+ | {{GlobalLibraryProperty}} | ||
+ | |||
+ | Default: auto (5.0) | ||
Default: defer (3.x) | Default: defer (3.x) | ||
− | |||
[Since 3.6.2] | [Since 3.6.2] | ||
− | It specifies the default mode of the < | + | 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]]. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 10:21, 19 January 2022
Property:
org.zkoss.zul.include.mode
Applicable: globally in zk.xml via <library-property> 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.