EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jrnfs on May 09, 2015, 04:27:24 PM



Title: window/dialog position
Post by: jrnfs on May 09, 2015, 04:27:24 PM
Hi,

How to keep a window/dialog always on center of its parent? :/

Tks


Title: Re: window/dialog position
Post by: stworthy on May 09, 2015, 06:31:17 PM
Please set 'inline' property to true for the window, here is the inline window example
http://www.jeasyui.com/demo/main/index.php?plugin=Window&theme=default&dir=ltr&pitem=Inline%20Window


Title: Re: window/dialog position
Post by: jrnfs on May 15, 2015, 07:10:07 PM
thanks,