Side navigation
#2299 closed feature (invalid)
Opened February 07, 2008 05:30PM UTC
Closed October 03, 2010 03:07AM UTC
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: | |
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.