org.zkoss.zk.WCS.cache"

From Documentation
m
m
Line 3: Line 3:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zk.WCS.cache
 
  org.zkoss.zk.WCS.cache
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>

Revision as of 08:17, 7 July 2016



Property:

org.zkoss.zk.WCS.cache
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true
[since 5.0.11]

Specifies whether to cache the result of ZK WCS files (the stylesheets of components) at the server. By default, it is enabled. It means the Stylesheet specified in a WCS file is loaded and cached at the server. The performance is good. However, if you are debugging the widget styling and you'd like to modify the content without restarting the server, you could disable the caching of WCS files.

Notice that you don't have to turn it off if you restart the server each time you modify the widget's css files.



Last Update : 2016/07/07

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