The desktop-config Element"
From Documentation
(Replaced content with '{{ZKConfigurationReferencePageHeader}} {{ZKConfigurationReferenceHeadingToc}} ==Version History== {| border='1px' | width="100%" ! Version !! Date !! Content |- | |…') |
Tmillsclare (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | |||
+ | |||
+ | 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" > | ||
+ | <desktop-config> | ||
+ | <desktop-timeout>3600</desktop-timeout> | ||
+ | <disable-theme-uri>~./zul/css/norm*.css.dsp*</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-provider-class>my.MyThemeProvider</theme-provider-class> | ||
+ | </desktop-config> | ||
+ | </source> | ||
+ | |||
+ | |||
{{ZKConfigurationReferenceHeadingToc}} | {{ZKConfigurationReferenceHeadingToc}} |
Revision as of 10:46, 3 December 2010
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/norm*.css.dsp*</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-provider-class>my.MyThemeProvider</theme-provider-class>
</desktop-config>
Version History
Version | Date | Content |
---|---|---|