I need to create a non-modal popup dialog, which can be dragged and resized by the user.
This example is great, but is a modal dialog. I don’t want to block the user from scrolling the main web page.
Is there any component built in to Wicket that I can use, or do I need to use a Javascript library such as YUI or Dojo?
I need to create a non-modal popup dialog, which can be dragged and resized
Share
I’m going to use jQwicket for this, which is a JQuery/Wicket integration library
It has a load of useful components, but the one I can use for this particular case is the
DialogWebMarkupContainercomponent.JQwicket gives me a fairly painless way of using Javascript, using the Java I know and love. That’s as it should be 🙂