class.mold"
From Documentation
m |
m (correct highlight (via JWB)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | + | '''Property:''' | |
+ | ''class''.mold | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: none | Default: none | ||
[Since 5.0.0] | [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 < | + | It specified the default mold of the specified component. The property name is a concatenation of the class name of the component and <code>mold</code>. For example, the property for the button's default mold is called <code>org.zkoss.zul.Button.mold</code>. |
<source lang="xml"> | <source lang="xml"> |
Latest revision as of 10:19, 19 January 2022
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>