Ticket #5870 (closed enhancement: wontfix)
Dialog: option/ability to not hide after a submit
| Reported by: | guest | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
I'd like to keep my dijit.Dialog up after a submit, I want my execute to add a callback to hide the dialog only in certain circumstances.
With that in mind, I've subclassed dijit.Dialog and changed postCreate to not connect onExecute or onCancel to hide. I think it would be nice to make this an option for all dijit.Dialog isntances, so here's a patch to add an autoHide flag and an _autoHide function that only hides if autoHide is true.
- Jeffrey
Attachments
Change History
Note: See
TracTickets for help on using
tickets.