The theme-uri Element

From Documentation
Revision as of 08:07, 3 December 2010 by Char (talk | contribs) (Created page with '{{ZKConfigurationReferencePageHeader}} [Default: ''none''] It specifies the URI of an addition theme (aka., a style sheet file). Like other URI, it accepts "*" for loading br…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


[Default: none]

It specifies the URI of an addition theme (aka., a style sheet file).

Like other URI, it accepts "*" for loading browser and Locale dependent style sheet. Please refer to ZK Developer's Reference for details.

You can specify any number of them-uri as follows.

 <desktop-config>
     <theme-uri>/my/blue**.css</theme-uri>
     <theme-uri>/my/second.css</theme-uri>
 </desktop-config>


If you want to replace a default theme, you have to use theme-uri with disable-theme-uri. Please refer to ZK Developer's Reference for more information.

Notice:

  1. All style sheets defined in lang.xml and lang-addon.xml are loaded, no matter this parameter is defined or not. It is convenient for developers to override certain styles.
  2. Each JAR could specify a lang-addon.xml file (under the metainfo/zk directory), so you could specify style sheets there if you have more than one style sheets.
  3. You could specify extra CSS files for individual ZUML pages by use of the style component.


Last Update : 2010/12/03

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