search

goog.ui.Dialog.EventType

Provided By
Typestring

Events dispatched by dialogs.

Values

AFTER_HIDE

Dispatched after the dialog is closed. Not cancelable.

warning Deprecated

Use goog.ui.PopupBase.EventType.HIDE.

AFTER_SHOW

Dispatched after the dialog is shown. Not cancelable.

warning Deprecated

Use goog.ui.PopupBase.EventType.SHOW.

SELECT

Dispatched when the user closes the dialog. The dispatched event will always be of type goog.ui.Dialog.Event. Canceling the event will prevent the dialog from closing.