The disable-behind-modal Element"

From Documentation
m
Line 5: Line 5:
  
 
  [Default: <tt>false</tt>]
 
  [Default: <tt>false</tt>]
 
+
[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.  
  

Revision as of 02:37, 3 May 2012


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 : 2012/05/03


Version Date Content
     


Last Update : 2012/05/03

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