I am using a Wicket modal window in my application. Is there any way to make it un-draggable? Any information will be very helpful to me. Thank you.
Asked
Active
Viewed 721 times
2 Answers
2
As explained by Lord Torgamus, the standard ModalWindow
can not be made un-draggable.
As an alternative, however, you could use the wiquery dialog. It offers the same confiuration options as the JQuery UI Dialog. Among other things, you can control draggability.

Thomas
- 2,231
- 1
- 19
- 27