Hi All,
I'm looking for a dialog that is resizable and modal. Is there a dojo widget that does it, if not, is there a way to tweak one of dojo's widgets to do such a thing.
Thanks
Yoav
Hi All,
I'm looking for a dialog that is resizable and modal. Is there a dojo widget that does it, if not, is there a way to tweak one of dojo's widgets to do such a thing.
Thanks
Yoav
I'm having an issue opening multiple Modal Dialogs. I have several situations within my application where I have one dialog open, and I need this to open a second dialog (for instance, to show a progress indicator or for a file browse dialog). This used to work for Dojo 0.4, but with 1.0 it seems that the 1st dialog isn't sent to the background, so after the 2nd dialog is opened, the user can still interact with/close the first dialog. Was the behavior intentionally changed, or is this a defect? Also, is there a workaround for this?
- Chris