I am using BasicDialog for my web application and I want to set the draggle area of the dialog to be only one ContentPanel. But now dialog can drag through all ower the page. Can some please suggest any solution for this problem.
Thanks in advance
Milinda
Thanks in advance
Milinda

#2
![]() |
![]() hi milinda,
take a look at this http://www.yui-ext.com/forum/viewtopic.php?t=3828 for using it include new basicdialog.js after ext-all.js and set the parent option of your dialog to content panels element with this code parent : CONTENTPANEL.el ![]() |