Hi, The only way I see is to "extend" (monkey patch) Wicket.Window#resizing() method. That contribute your own .js file that defines Wicket.Window.resizing function. To find the new sizes see the various #onResizeXyz methods
On Mon, Feb 18, 2013 at 10:28 AM, chrome1235 <[email protected]> wrote: > Martin, thanks for your reply.But I need that when the user *resize* the > modal window *by mouse*. Can I get the new dimensions(changed by mouse). If > I can get, then i will save it to session. So, modal window will be created > these values. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Handle-the-modal-window-size-tp4656427p4656469.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
