class.mold"

From Documentation
m
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:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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>



Last Update : 2016/07/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.