ModalWindow position

2015-03-02 Thread mister anonym
/28811547/wicket-modalwindow-position Hope anyone can help.   Regards     - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: ModalWindow Position

2009-04-23 Thread Mathias P.W Nilsson
You could maybe make your own javascript for the modal window Wicket.Window.prototype.center = function() { // Set your window here. }; -- View this message in context: http://www.nabble.com/ModalWindow-Position-tp23156615p23197519.html Sent from the Wicket - User mailing list archive

Re: ModalWindow Position

2009-04-22 Thread Steve Swinsburg
Hi, I use a javascript function to move it and then a target.appendJavascript() to call it. This is for an iframe but should work for you. Every now and then I notice a very tiny delay in the appearance of the ModalWindow and the movement of it to its final location. if you can fix that

ModalWindow Position

2009-04-21 Thread Matías Tito
Hi, I have the following problem. I add a ModalWindow in a Page. I want to change the initial top-position of that. I try adding an AtributteModifier but it doesn't work. Thanks! - To unsubscribe, e-mail: