Question

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?

Was it helpful?

Solution

The modal option on Ext.Window defaults to false, so just don't include that option and the dialogs won't be modal.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top