Class Index | File Index

Classes


Class M.ConfirmDialogView


Extends M.DialogView.
This is the prototype for any confirm dialog view. It is derived from M.DialogView and mainly used for implementing a confirm dialog view specific render method.
Defined in: confirm_dialog.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Determines whether the confirm dialog gets a default cancel button.
 
Determines whether the confirm dialog gets a default ok button.
 
The default message of an confirm dialog.
 
The default title of an confirm dialog.
 
The default transition of an confirm 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
Class Detail
M.ConfirmDialogView()
Field Detail
{Boolean} hasCancelButton
Determines whether the confirm dialog gets a default cancel button.

{Boolean} hasOkButton
Determines whether the confirm dialog gets a default ok button.

{String} message
The default message of an confirm dialog.

{String} title
The default title of an confirm dialog.

{String} transition
The default transition of an confirm dialog.

{String} type
The type of this object.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Dec 08 2010 15:07:29 GMT+0100 (MEZ)