EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
May 18, 2026, 08:54:30 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
how to have a maximized window on top
Pages: [
1
]
« previous
next »
Print
Author
Topic: how to have a maximized window on top (Read 12650 times)
JeroenNL
Newbie
Posts: 37
how to have a maximized window on top
«
on:
March 06, 2015, 01:15:22 AM »
Hi guys,
First of all, congratulations with the 1.4.2 release, very nice work!
I've got a question: I have 4 inline windows inside a panel. When I maximize one of these windows, I see some other windows are on op top of the maximized window. How can I prefend that from happening?
Cheers,
JeroenNL
«
Last Edit: March 06, 2015, 02:04:50 AM by JeroenNL
»
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: how to have a maximized window on top
«
Reply #1 on:
March 06, 2015, 07:43:44 AM »
Please try this:
Code:
$('#w').window({
onMaximize:function(){
$(this).window('window').css('z-index',++$.fn.window.defaults.zIndex);
}
})
Logged
JeroenNL
Newbie
Posts: 37
Re: how to have a maximized window on top
«
Reply #2 on:
March 06, 2015, 08:27:42 AM »
Thanks! I knew I had to set the z-index somehow. This works like a charm!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...