org.zkoss.zul.client.rod"

From Documentation
m
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.client.rod
 
  org.zkoss.zul.client.rod
 +
 +
{{NestedLibraryProperty}}
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>
[Enterprise Edition]
 
 
  [since 5.0.0]
 
  [since 5.0.0]
  
It specifies whether to apply [http://books.zkoss.org/wiki/ZK_Developer%27s_Reference/Performance_Tips/Client_Render_on_Demand Client Render on Demand].
+
{{ZK EE}}
 +
 
 +
It specifies whether to apply [[ZK_Developer%27s_Reference/Performance_Tips/Client_Render_on_Demand|Client Render on Demand]]. This property is not used for Grid and Listbox.
  
 
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>.
 
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:30, 7 July 2016


org.zkoss.zul.client.rod


Property:

org.zkoss.zul.client.rod
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>
Default: true
[since 5.0.0]
  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

It specifies whether to apply Client Render on Demand. This property is not used for Grid and Listbox.

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 : 2016/07/07

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