Side navigation
#2535 closed enhancement (invalid)
Opened March 17, 2008 12:00PM UTC
Closed October 03, 2010 12:25AM UTC
Move modal/overlay code from Dialog to ui.base.js, ui.overlay.js?
Reported by: | xover | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I just ran across a case where I needed to put an element up in a way similar to what .dialog({modal: true, overlay: {…}}) does. It would be useful to have the overlay/modal code from Dialog available as a generic feature; either from ui.base.js, or from something like a ui.overlay.js.