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 rdworth

Status: newassigned

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.3

Milestone 1.2.3 deleted

comment:3 Changed 15 years ago by paul

Component: ui.coreui.dialog
Version: 1.2.21.5b4

comment:4 Changed 15 years ago by Cloudream

Milestone: 1.5
Resolution: fixed
Status: assignedclosed

use 'buttons' options

Note: See TracTickets for help on using tickets.