Opened 15 years ago
Closed 15 years ago
#2299 closed feature (fixed)
Dialog alert, confirm, and prompt options
Reported by: | rworth | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.dialog | Version: | 1.5b4 |
Keywords: | dialog alert prompt confirm | Cc: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.2.3 |
---|
comment:3 Changed 15 years ago by
Component: | ui.core → ui.dialog |
---|---|
Version: | 1.2.2 → 1.5b4 |
comment:4 Changed 15 years ago by
Milestone: | → 1.5 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
use 'buttons' options
Note: See
TracTickets for help on using
tickets.
Milestone 1.2.3 deleted