I want to implement modeless dialog boxes in ExtJS.
For exapmle, the new pop-up window/panel should not leave the originating screen as inactive. Both should be accessible at the same time.
How do we that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The modal option on Ext.Window defaults to false, so just don’t include that option and the dialogs won’t be modal.