griffiti93
26 Nov 2006, 3:21 PM
I am having trouble getting the BasicDialog to resize. Here's my configuration:
// create dialog
_myDialog = new YAHOO.ext.BasicDialog('my-dlg', {
modal:false,
resizable:true,
autoTabs:true,
width:750,
height:500,
shadow:true,
minWidth:300,
minHeight:300,
draggable:true
});
Any idea why the dialog will not allow me to resize it?
// create dialog
_myDialog = new YAHOO.ext.BasicDialog('my-dlg', {
modal:false,
resizable:true,
autoTabs:true,
width:750,
height:500,
shadow:true,
minWidth:300,
minHeight:300,
draggable:true
});
Any idea why the dialog will not allow me to resize it?