class.mold"
From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: none [Since 5.0.0] It specified the default mold of the specified component. The property name is a concatenation of the clas…') |
m |
||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | |||
+ | <b>''class''.mold</b> | ||
Default: none | Default: none |
Revision as of 11:11, 3 December 2010
class.mold
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>