org.zkoss.zul.client.rod"

From Documentation
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 
'''Property:'''
 
'''Property:'''
org.zkoss.zk.WPD.cache
+
org.zkoss.zul.client.rod
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>
  [since 5.0.7]
+
[Enterprise Edition]
 +
  [since 5.0.0]
  
It's a developing feature for ZK core developer or component developer .
+
It specifies whether to apply [[ZK_Developer%27s_Reference/Performance_Tips/Client_Render_on_Demand|Client Render on Demand]].
 
 
 
 
By default the WPD will cache after first time you load it ,
 
when you set it false, the WPD (the merged Widget JS Pacakge) will reload per request.
 
  
 +
Notice that you can enable or disable this feature a particular component and all its descendants by specifying a custom attribute called <code>org.zkoss.zul.client.rod</code>.
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Revision as of 09:50, 28 April 2011


org.zkoss.zul.client.rod


Property:

org.zkoss.zul.client.rod
Default: true
[Enterprise Edition]
[since 5.0.0]

It specifies whether to apply Client Render on Demand.

Notice that you can enable or disable this feature a particular component and all its descendants by specifying a custom attribute called org.zkoss.zul.client.rod.



Last Update : 2011/04/28

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