08-13-2009 02:50 PM
08-13-2009 04:02 PM
08-17-2009 10:19 AM
08-27-2009 09:18 AM
/* make draggable and disable fixedcenter*/
this.dialog = new YAHOO.widget.Panel(dialogDiv,
{
modal: true,
draggable: true,
fixedcenter: false,
constraintoviewport: true,
close: true,
visible: false,
width: this.options.width
});
this.dialog.render(document.body);
/* Add next line to cope with loss of fixedcenter= true */
this.dialog.center();
09-14-2009 03:39 PM
this.dialog = new YAHOO.widget.Panel(dialogDiv,
{
modal: true,
draggable: false,
fixedcenter: "contained",
close: true,
visible: false,
width: this.options.width
});
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.