org.zkoss.zk.ui.macro.autowire.disabled"
From Documentation
m |
Robertwenzel (talk | contribs) m |
||
Line 3: | Line 3: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zk.ui.macro.autowire.disabled | org.zkoss.zk.ui.macro.autowire.disabled | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <i>false</i> | Default: <i>false</i> |
Revision as of 08:04, 7 July 2016
Property:
org.zkoss.zk.ui.macro.autowire.disabled
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false [since 5.0.4]
Turn on/off auto wire mechanism for macro component
<library-property>
<name>org.zkoss.zk.ui.macro.autowire.disabled</name>
<value>true</value>
</library-property>
Version History
Version | Date | Content |
---|---|---|
5.0.4 | August 2010 | org.zkoss.zk.ui.macro.autowire.disabled
Turn on/off auto wire mechanism for macro component |