The disable-theme-uri Element"

From Documentation
(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…')
 
m
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
'''Syntax:'''
 +
<disable-theme-uri>''a_theme_uri''</disable-theme-uri>
  
 
  [Default: ''none'']
 
  [Default: ''none'']
Line 15: Line 18:
 
Also notice that implementing [[ZK Developer's Reference/Theming and Styling/Theme Providers|a theme provider]] is a more controllable alternative.
 
Also notice that implementing [[ZK Developer's Reference/Theming and Styling/Theme Providers|a theme provider]] is a more controllable alternative.
  
{{ZKConfigurationReferencePageFooter}}
+
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
{{ZKConfigurationReferencePageFooter}}

Revision as of 14:19, 3 December 2010


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.