How do you contain UI dialog in another element?
It defaults to be draggable around the entire window. How can I
restrict its movement to stay within a parent DIV?
I believe the solution lies with the draggables "containment" option
but my experiments are failing in IE6 and that is an essential browser
for this project.
(In IE7 and FF it works if I modify the ui.dialog.js set containment
to, say, "#windowContainer" and change the appendTo(body) line to
appendTo("#windowContainer". Not ideal but acceptable)
Many thanks
George