There is workaround to make the entire dialog draggable.
You just need to tweak ui.dialog.js a bit only.
Just comment the cancel/handle properties at line no. 310:
this.uiDialog.draggable({
//cancel: '.ui-dialog-content',
//handle:
Hi,
Thanks, but I have already tried this way and the issue that I am
facing in this is that the whole dialog in which that div is contained
is not being able to be dragged and the only portion that i making it
draggable is dragged...
Footer div is dialog1.
Please let me know if I am doing som
yeah..there is a way..add a div to footer or anywhere you want to use
as the handle.after that write this in the draggable code " handle:
'div's id or class'.thats it.
Hi anyone,
Any update on this..
On Sep 10, 8:35 pm, NM wrote:
> Hi,
>
> Iusedthejquerymodaldialogfrom thejqueryui.com, that is
> currently draggable from the title only. is there any way i can make
> that draggable by inserting a div at the footer of thedialogor make
> it draggable from ev
4 matches
Mail list logo