org.zkoss.zk.ui.composer.autowire.xel"
From Documentation
Robertwenzel (talk | contribs) m |
|||
Line 3: | Line 3: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zk.ui.composer.autowire.xel | org.zkoss.zk.ui.composer.autowire.xel | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <tt>true</tt> (it is default to <tt>false</tt> in 6.0) | Default: <tt>true</tt> (it is default to <tt>false</tt> in 6.0) |
Revision as of 07:33, 7 July 2016
Property:
org.zkoss.zk.ui.composer.autowire.xel
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: true (it is default to false in 6.0) [since 5.0.6]
It specifies whether GenericAutowireComposer (and GenericForwardComposer) should wire the variables defined in variable resolvers (XEL, see also the variable-resolver directive).
For example, You could specify this library variable as follows to turn it off.
<!-- in WEB-INF/zk.xml -->
<library-property>
<name>org.zkoss.zk.ui.composer.autowire.xel</name>
<value>false</value>
</library-property>
Version History
Version | Date | Content |
---|---|---|
5.0.6 | Feburary, 2011 | Introduced |