Class M.AlertDialogView
Extends
M.DialogView.
This is the prototype for any alert dialog view. It is derived from M.DialogView
and mainly used for implementing a alert dialog view specific render method.
Defined in: alert_dialog.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Determines whether the alert dialog gets a default ok button.
|
|
The default message of an alert dialog.
|
|
The default title of an alert dialog.
|
|
The default transition of an alert dialog.
|
|
The type of this object.
|
- Fields borrowed from class M.DialogView:
- buttonIds, callback
- Fields borrowed from class M.View:
- childViews, contentBinding, cssClass, cssClassOnError, cssClassOnInit, cssStyle, hasFocus, html, id, isInline, isView, modelId, parentView, triggerActionOnChange, triggerActionOnEnter, triggerActionOnKeyUp, value
- Methods borrowed from class M.DialogView:
- actionSheet, alert, confirm
- Methods borrowed from class M.View:
- addCssClass, attachToObservable, clearHtml, computeValue, contentDidChange, delegateValueUpdate, design, gotFocus, lostFocus, nl2br, removeCssClass, removeCssProperty, renderUpdate, secure, setCssProperty, setValueFromDOM, style, theme, themeChildViews
- Methods borrowed from class M.Object:
- bindToCaller, create, destroy, extend, get, include, set
Field Detail
{Boolean}
hasOkButton
Determines whether the alert dialog gets a default ok button.
{String}
message
The default message of an alert dialog.
{String}
title
The default title of an alert dialog.
{String}
transition
The default transition of an alert dialog.
{String}
type
The type of this object.