Code:
/**
* @class YAHOO.ext.BasicDialog
* Lightweight Dialog Class
* Supports the following configuration options (listed with default value):
* width: auto
* height: auto
* x: (center screen x)
* y: (center screen y)
* animateTarget: null (no animation) This is the id or element to animate from
* resizable: true
* minHeight: 80
* minWidth: 200
* model: false
* autoScroll: true
* closable: true
* constraintoviewport: true
* draggable: true
* autoTabs: false (if true searches child nodes for elements with class ydlg-tab and converts them to tabs)
* minButtonWidth: 75
should be
Code:
/**
* @class YAHOO.ext.BasicDialog
* Lightweight Dialog Class
* Supports the following configuration options (listed with default value):
* width: auto
* height: auto
* x: (center screen x)
* y: (center screen y)
* animateTarget: null (no animation) This is the id or element to animate from
* resizable: true
* minHeight: 80
* minWidth: 200
* modal: false <-- CHANGE MADE HERE
* autoScroll: true
* closable: true
* constraintoviewport: true
* draggable: true
* autoTabs: false (if true searches child nodes for elements with class ydlg-tab and converts them to tabs)
* minButtonWidth: 75