Theme"
From Documentation
Line 4: | Line 4: | ||
You can configure it to change font size/family. You can also use your own theme, or decide the theme at the run time through <tt>Theme Provider</tt>. | You can configure it to change font size/family. You can also use your own theme, or decide the theme at the run time through <tt>Theme Provider</tt>. | ||
− | Learn more: [http:// | + | Learn more: [http://books.zkoss.org/wiki/ZK_Developer's_Reference/Theming_and_Styling Theme] |
− | |||
{{ ZKDevelopersGuidePageFooter}} | {{ ZKDevelopersGuidePageFooter}} |
Revision as of 03:59, 21 December 2010
This documentation is for an older version of ZK. For the latest one, please click here.
A theme is a preset package containing graphical appearance details, used to customize the look and feel of ZUML components.
You can configure it to change font size/family. You can also use your own theme, or decide the theme at the run time through Theme Provider. Learn more: Theme