Hallo all.
I got a problem with a div dialog.
It seems not possible to pass any options to the draggable option.

When i use the draggable api on a div I can pass an options list:

$("#div2drag").draggable({
   containment : 'window'
});

but if I want to have a dialog draggable with the same option is not
possible

$("#div2drag").dialog({draggable:{containment : 'window'}})});

Is there any way to achieve this task.

Kind regards

Max
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to