org.zkoss.zk.ui.processMask.enabled"
From Documentation
Robertwenzel (talk | contribs) m |
|||
Line 9: | Line 9: | ||
[since 6.5.5] | [since 6.5.5] | ||
− | Specifies whether to always enable the process mask when doing long operation. | + | Specifies whether to always enable the process mask when doing a long operation at the server-side. The mask will cover the whole page to prevent users interacting with UI like: |
+ | |||
+ | [[File:processing-mask-enabled.png | center]] | ||
+ | |||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 04:15, 7 April 2017
Property:
org.zkoss.zk.ui.processMask.enabled
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false [since 6.5.5]
Specifies whether to always enable the process mask when doing a long operation at the server-side. The mask will cover the whole page to prevent users interacting with UI like: