class.mold"
From Documentation
m |
Robertwenzel (talk | contribs) m |
||
Line 3: | Line 3: | ||
'''Property:''' | '''Property:''' | ||
''class''.mold | ''class''.mold | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: none | Default: none |
Revision as of 06:34, 7 July 2016
Property:
class.mold
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: none [Since 5.0.0]
It specified the default mold of the specified component. The property name is a concatenation of the class name of the component and mold. For example, the property for the button's default mold is called org.zkoss.zul.Button.mold.
<library-property>
<name>org.zkoss.zul.Button.mold</name>
<value>trendy</value>
</library-property>