The disable-behind-modal Element"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: <tt>false</tt>] It specifies whether to disable all elements behind the modal window at the browser. If disabled, the perform…')
 
m (correct highlight (via JWB))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
  
  [Default: <tt>false</tt>]
+
'''Syntax:'''
 +
  <disable-behind-modal>true|'''false'''</disable-behind-modal>
  
 +
[Default: <code>false</code>]
 +
[Deprecated as of release 5.0.0]
 
It specifies whether to disable all elements behind the modal window at the browser. If disabled, the performance is better.  
 
It specifies whether to disable all elements behind the modal window at the browser. If disabled, the performance is better.  
  
Line 9: Line 12:
 
'''Note''': in ZK 3.0.3 and earlier, the option is default to true.
 
'''Note''': in ZK 3.0.3 and earlier, the option is default to true.
  
{{ZKConfigurationReferencePageFooter}}
+
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:18, 19 January 2022


The disable-behind-modal Element


Syntax:

<disable-behind-modal>true|false</disable-behind-modal>
[Default: false]
[Deprecated as of release 5.0.0]

It specifies whether to disable all elements behind the modal window at the browser. If disabled, the performance is better.

Tip: This option can be considered as obsolete since 3.0.4. The user is almost impossible to change focus to an element behind the modal window, without disabling them.

Note: in ZK 3.0.3 and earlier, the option is default to true.

Version History

Last Update : 2022/01/19


Version Date Content
     


Last Update : 2022/01/19

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