The disable-behind-modal Element"

From Documentation
m (correct highlight (via JWB))
 
Line 4: Line 4:
 
  <disable-behind-modal>true|'''false'''</disable-behind-modal>
 
  <disable-behind-modal>true|'''false'''</disable-behind-modal>
  
  [Default: <tt>false</tt>]
+
  [Default: <code>false</code>]
 
  [Deprecated as of release 5.0.0]
 
  [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.  

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.