Element Function Class-name, modal-dialog = default ---------------------------------------------------------------------------- - iframe Iframe mask modal-dialog-bg - div Background mask modal-dialog-bg - div Dialog area modal-dialog - div Title bar modal-dialog-title - span modal-dialog-title-text - text Title text N/A - span modal-dialog-title-close - ?? Close box N/A - div Content area modal-dialog-content - ?? User specified content N/A - div Button area modal-dialog-buttons - button N/A - button - ...
goog.structs.Map
interface.
Creates a new ButtonSet with 'Continue', 'Save', and 'Cancel' (default)
buttons.
Returns: !goog.ui.Dialog.ButtonSet
The created ButtonSet.
|
code » | |
Creates a new ButtonSet with a single 'OK' button, which is also set with
cancel button semantics so that pressing escape will close the dialog.
Returns: !goog.ui.Dialog.ButtonSet
The created ButtonSet.
|
code » | |
Creates a new ButtonSet with 'OK' (default) and 'Cancel' buttons.
Returns: !goog.ui.Dialog.ButtonSet
The created ButtonSet.
|
code » | |
Creates a new ButtonSet with 'Yes' (default) and 'No' buttons.
Returns: !goog.ui.Dialog.ButtonSet
The created ButtonSet.
|
code » | |
Creates a new ButtonSet with 'Yes', 'No' (default), and 'Cancel' buttons.
Returns: !goog.ui.Dialog.ButtonSet
The created ButtonSet.
|
code » |
![]()
No description.
|
Code » |