The theme-uri Element
Syntax:
[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 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.xml
andlang-addon.xml
are 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.xml
file (under themetainfo/zk
directory), 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
style
component.