Modify ↓
Ticket #2299 (closed feature: invalid)
Dialog alert, confirm, and prompt options
| Reported by: | rworth | Owned by: | rworth |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.3 |
| Component: | ui | Version: | 1.2.2 |
| Keywords: | dialog alert prompt confirm | Cc: | |
| Blocking: | Blocked by: |
Description
It would be nice to call something like
$.ui.alert('Hello, World!');
and have it create a dialog with the message, and an OK button. Same for confirm and prompt, with callbacks to handle the different buttons clicked.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
