The disable-theme-uri Element

From Documentation
Revision as of 08:00, 3 December 2010 by Char (talk | contribs) (Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: ''none''] It specifies what theme URI to be disabled. The theme URI shall be one of the default theme URI. For example, the f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The disable-theme-uri Element


[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.



Last Update : 2010/12/03

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