org.zkoss.zk.ui.ShadowDefaultHost.class"
From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.ShadowDefaultHost.class {{GlobalLibraryProperty}} Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thr...") |
m ((via JWB)) |
||
Line 6: | Line 6: | ||
Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thread.currentThread().getContextClassLoader()'') | Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thread.currentThread().getContextClassLoader()'') | ||
− | + | {{versionSince|8.0.3}} | |
It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null. | It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 09:34, 14 March 2022
Property:
org.zkoss.zk.ui.ShadowDefaultHost.class
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: org.zkoss.zul.NoDOM (it implies Thread.currentThread().getContextClassLoader())
Since 8.0.3
It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null.