The desktop-config Element"

From Documentation
m
m (correct highlight (via JWB))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
 
+
It is used to customize how ZK handles desktops. You might have multiple <code>desktop-config</code> elements in one <code>zk.xml</code>.
It is used to customize how ZK handles desktops. You might have multiple <tt>desktop-config</tt> elements in one <tt>zk.xml</tt>.
 
  
 
<source lang="xml" >
 
<source lang="xml" >
 
  <desktop-config>
 
  <desktop-config>
 
     <desktop-timeout>3600</desktop-timeout>
 
     <desktop-timeout>3600</desktop-timeout>
     <disable-theme-uri>~./zul/css/norm*.css.dsp*</disable-theme-uri>
+
     <disable-theme-uri>~./zul/css/zk.wcs</disable-theme-uri>
 
     <file-check-period>5</file-check-period>
 
     <file-check-period>5</file-check-period>
 
     <extendlet-check-period>10</extendlet-check-period>
 
     <extendlet-check-period>10</extendlet-check-period>
 
     <theme-uri>/my/blue**.css</theme-uri>
 
     <theme-uri>/my/blue**.css</theme-uri>
 +
    <theme-uri-handler-class>my.MyThemeURIHandler</theme-uri-handler-class>
 
     <theme-provider-class>my.MyThemeProvider</theme-provider-class>
 
     <theme-provider-class>my.MyThemeProvider</theme-provider-class>
 
  </desktop-config>
 
  </desktop-config>
 
</source>
 
</source>
 
 
  
 
{{ZKConfigurationReferenceHeadingToc}}
 
{{ZKConfigurationReferenceHeadingToc}}
 
==Version History==
 
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
|-
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
|}
 
 
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:19, 19 January 2022


The desktop-config Element


It is used to customize how ZK handles desktops. You might have multiple desktop-config elements in one zk.xml.

 <desktop-config>
     <desktop-timeout>3600</desktop-timeout>
     <disable-theme-uri>~./zul/css/zk.wcs</disable-theme-uri>
     <file-check-period>5</file-check-period>
     <extendlet-check-period>10</extendlet-check-period>
     <theme-uri>/my/blue**.css</theme-uri>
     <theme-uri-handler-class>my.MyThemeURIHandler</theme-uri-handler-class>
     <theme-provider-class>my.MyThemeProvider</theme-provider-class>
 </desktop-config>




Last Update : 2022/01/19

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