The desktop-config Element"
From Documentation
m |
m |
||
Line 6: | Line 6: | ||
<desktop-config> | <desktop-config> | ||
<desktop-timeout>3600</desktop-timeout> | <desktop-timeout>3600</desktop-timeout> | ||
− | <disable-theme-uri>~./zul/css/ | + | <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> |
Revision as of 02:42, 19 July 2011
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-provider-class>my.MyThemeProvider</theme-provider-class>
</desktop-config>