Hi Pieter I am not sure to undestand your first point. What libraries are you refering to? Internal wicket's library? A jQuery plugin? Another?
About your second point, the ResizeBehavior does not currently implement the 'resize' event (which can retrieve size & position). To stay consistent with the current logic behind wicket-jquery-ui, I will do a ResizePanel which will support such event. That's not a big deal, I will look at this tonight... Are you using Wicket 1.5.x or 6.x? Thanks & best regards, Sebastien. On Mon, Jan 28, 2013 at 7:45 AM, Pieter Claassen <[email protected]> wrote: > This is a general best practice question. I am using wicket-jquery-ui > because I don't seem to be able to find a resizable panel in the > internal wicket ajax widgets. > > 1. Is there no problem loading new jquery libraries over the wicket > implementation? What is best practice? > 2. I am looking for a way to get the resized panels' x and y size > parameters into my wicket code? Any suggestions how to do this? > > Thanks, > Pieter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
