The desktop-config Element"
From Documentation
m |
|||
Line 10: | Line 10: | ||
<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> |
Revision as of 08:24, 17 March 2021
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>