org.zkoss.zul.client.rod"
From Documentation
m ((via JWB)) |
|||
(2 intermediate revisions by 2 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> | ||
− | + | {{versionSince|5.0.0}} | |
− | + | ||
+ | {{ZK EE}} | ||
− | It specifies whether to apply [[ZK_Developer%27s_Reference/Performance_Tips/Client_Render_on_Demand|Client Render on Demand]]. | + | 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}} |
Latest revision as of 09:34, 14 March 2022
Property:
org.zkoss.zul.client.rod
Applicable: globally in zk.xml via <library-property> nested in a zul file via <custom-attributes>
Default: true
Since 5.0.0
- Available for ZK:
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
.