Dialog


type: widget

release: 1.5

status: released

documentation: http://api.jqueryui.com/dialog/

demo: http://jqueryui.com/dialog/

  


 

1 - Description:

 

A dialog is an overlay that is typicaly used in a modal situation to provide a message that the user needs to acknowledge (N1), a decision that needs to be confirmed (N2) or a data entry workspace or wizard (N3). Overlays can also be non-modal, but confirmations and data entry dialogs are always modal in a typical application unless it is an inpector-style window.

 


 

2 - Visual Design:

 

 


 

 

3 - Functional Specifications/Requirements:

 

 

Keyboard

See also DHTML style guide for dialogs.

 

Accessibility

 


 

4 - Markup & Style:

 

(only used prior to implementation)

 


 

5 - Latest version of plugin:

 

http://view.jqueryui.com/master/demos/dialog/default.html

 


 

6 - Open issues being discussed