EasyUI Forum
March 28, 2024, 11:38:27 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Can't set initial zIndex for a dialog  (Read 2933 times)
sectioni
Jr. Member
**
Posts: 67


View Profile
« on: February 27, 2020, 08:39:07 AM »

https://jsfiddle.net/sectioni/7w2kjxLf/5/

In the window documentation there is a zIndex property.
I set it to 50 but it still starts from 9000
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: February 27, 2020, 11:32:34 PM »

Please set the 'z-index' value like this.
Code:
<script type="text/javascript">
    $.fn.window.defaults.zIndex = 50;
</script>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!