EasyUI Forum
September 13, 2025, 06:30:03 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: window with fixed position on: August 19, 2014, 03:51:45 AM
Hi,

I had a disappearing window once. But it never happened again.
So I didn't go into detail on this issue.

Also minimizing a window on load breaks the solution. I now simply minimize it after page load finished.

Robert
2  General Category / EasyUI for jQuery / Re: window with fixed position on: July 28, 2014, 11:47:04 PM
Thanks works loke a charm!
Thanks a lot for the great help.

Maybe the attribute "fixed" could be added to the window object. I would find it helpfull.

Robert
3  General Category / EasyUI for jQuery / Re: window with fixed position on: July 28, 2014, 11:08:12 AM
Please try this:
Code:
$('#w').window({shadow:false}).window('window').css({
  position:'fixed',
  //...
});

Thanks! This works until I move the window. Then is jumps and the and the fix is gone.
I tried to attach an event to the window and reassing it. But the event doesn't fire. I tired different examples but I don't get it to work.

Can you maybe help further?

Thanks
Robert
4  General Category / EasyUI for jQuery / window with fixed position on: July 28, 2014, 02:07:58 AM
Hi,

I would like to get a window with fixed position. So that it stays in it's place while scrolling.
"position: fixed" screws the window. I then only see the title bar.

With panel "position: fixed" works fine.

Is there a way to get the window in a fixed position? (while still movable - so stay inthe last position).

Thanks
Robert
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!