The theme-uri Element
Syntax:
<theme-uri>a_theme_uri</theme-uri>
Default: none
It specifies the URI of an additional theme (aka., a style sheet file).
Like other URI, it accepts * for loading browser and Locale dependent style sheet. Please refer to Locale-Dependent Resources for more 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:
- All style sheets defined in
lang.xmlandlang-addon.xmlare loaded, no matter this parameter is defined or not. It is convenient for developers to override certain styles. - Each JAR could specify a
lang-addon.xmlfile (under themetainfo/zkdirectory), so you can specify style sheets there if you have more than one style sheets. - You can specify extra CSS files for individual ZUML pages by the use
of the
stylecomponent.