Re: Modal window and height

2013-04-02 Thread seyaw
Just in case someone else still face same problem. Clear your cache from your browser. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-window-and-height-tp1861453p4657666.html Sent from the Users forum mailing list archive at Nabble.com

Re: Modal window and height

2008-05-04 Thread Mathias P.W Nilsson
I have tried that. Still does not work. The only differens is that it is a resizable( false ) window -- View this message in context: http://www.nabble.com/Modal-window-and-height-tp16960447p17045142.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Modal window and height

2008-05-04 Thread Cristi Manole
but to see > if > I'm doing something wrong but I still get default height and width that is > set in the source. > -- > View this message in context: > http://www.nabble.com/Modal-window-and-height-tp16960447p17044911.html > Sent from

Re: Modal window and height

2008-05-04 Thread Mathias P.W Nilsson
No it does not work. I have looked in the source code as well but to see if I'm doing something wrong but I still get default height and width that is set in the source. -- View this message in context: http://www.nabble.com/Modal-window-and-height-tp16960447p17044911.html Sent from the W

Re: Modal window and height

2008-05-04 Thread Matej Knopp
gt; modal.setInitialWidth(350); > modal.setInitialHeight(300); > modal.setResizable(false); > modal.setWidthUnit("px"); > modal.setHeightUnit("px"); > > Any clues? > -- > View this message in context: > ht

Re: Modal window and height

2008-05-04 Thread Cristi Manole
* not stored). > > Now I have setCookieName( null ) , set minimum height but the window > always > opens in the same size. > How do I set the height and width exactly as I want? > > -- > View this message in conte

Re: Modal window and height

2008-05-03 Thread Mathias P.W Nilsson
ll ) , set minimum height but the window always opens in the same size. How do I set the height and width exactly as I want? -- View this message in context: http://www.nabble.com/Modal-window-and-height-tp16960447p17034566.html Sent from the Wicket - User mailing list archive at

Re: Modal window and height

2008-05-02 Thread Mathias P.W Nilsson
Ok. I haven't resolved this yet. any more pointers? -- View this message in context: http://www.nabble.com/Modal-window-and-height-tp16960447p17022538.html Sent from the Wicket - User mailing list archive at Nabbl

Re: Modal window and height

2008-04-29 Thread NTS
nit("px"); > modal.setHeightUnit("px"); > > Any clues? > - http://ntsrikanth.blogspot.com/ -- View this message in context: http://www.nabble.com/Modal-window-and-height-tp16960447p16963381.html Sent from the Wicket - User mailing list archive at Nabble.com.

Modal window and height

2008-04-29 Thread Mathias P.W Nilsson
.setCookieName("modal window 4"); modal.setInitialWidth(350); modal.setInitialHeight(300); modal.setResizable(false); modal.setWidthUnit("px"); modal.setHeightUnit("px"); Any clues? -- View this message in context: http://www.nabb