Move modal/overlay code from Dialog to ui.base.js, ui.overlay.js?
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.
Change History (7)
Owner: |
changed from paul to scott.gonzalez
|
Component: |
ui.core →
ui.dialog
|
Version: |
→ 1.5b4
|
Component: |
ui.dialog →
ui.core
|
Type: |
enhancement →
feature
|
Resolution: |
→ wontfix
|
Status: |
assigned →
closed
|
Closing as wontfix as this is being designed as a new plugin, not just a copy of the existing code.