Miscellaneous
From Documentation
Revision as of 11:32, 2 September 2010 by Tomyeh (talk | contribs) (moved ZK Developer's Guide/Advanced ZK/Performance Tip/Miscellaneous to ZK Developer's Guide/Advanced ZK/Performance Tips/Miscellaneous)
This documentation is for an older version of ZK. For the latest one, please click here.
Button: use the os mold if there are a lot of buttons
The trendy mold of a button provides a better and consistent look for, especially, Internet Explorer 6. Unfortunately, the browser (particularly, Internet Explorer) will be slowed down if there are a lot of button (with trendy) in the same page.
Notice that the default mold is os in ZK 5, while trendy in ZK 3.6.
With ZK 5, you can change the default mold easily. For example,
<library-property>
<name>org.zkoss.zul.Button.mold</name>
<value>trendy</value>
</library-property>
Refer to Developer reference Appendix B. WEB-INF/zk.xml Library Properties#class.mold for more information.