The disable-theme-uri Element

From Documentation
Revision as of 14:19, 3 December 2010 by Tomyeh (talk | contribs)


The disable-theme-uri Element


Syntax:

<disable-theme-uri>a_theme_uri</disable-theme-uri>
[Default: none]

It specifies what theme URI to be disabled. The theme URI shall be one of the default theme URI. For example, the following statement disables the generation of the default theme URI for the ZK XUL component set.

 <desktop-config>
     <disable-theme-uri>~./zul/css/zk.wcs</disable-theme-uri>
 </desktop-config>

It is usually used with the theme-uri element to replace the default theme. Please refer to ZK Developer's Reference for more details about theming and styling.

Also notice that implementing a theme provider is a more controllable alternative.

Version History

Last Update : 2010/12/03


Version Date Content
     


Last Update : 2010/12/03

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