X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.MessageBox.html?ds=sidebyside diff --git a/docs/output/Ext.MessageBox.html b/docs/output/Ext.MessageBox.html index cf127147..20b29bf3 100644 --- a/docs/output/Ext.MessageBox.html +++ b/docs/output/Ext.MessageBox.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | MessageBox.js |
Class: | MessageBox |
Extends: | Object |
Utility class for generating different styles of message boxes. The alias Ext.Msg can also be used.
+Package: | Ext |
Defined In: | MessageBox.js |
Class: | MessageBox |
Extends: | Object |
Utility class for generating different styles of message boxes. The alias Ext.Msg can also be used.
Note that the MessageBox is asynchronous. Unlike a regular JavaScript alert
(which will halt
browser execution), showing a MessageBox will not cause the code to stop. For this reason, if you have code
that should only run after some user feedback from the MessageBox, you must use a callback function
@@ -34,13 +34,13 @@ for setting a different minimum width than text-only dialogs may need (defaults
If a ...
title
: Stringmsg
: Stringfn
: Functionscope
: ObjectExt.MessageBox
String title
, String msg
, [Function fn
], [Object scope
] )
+(could also be the top-right close button).title
: Stringmsg
: Stringfn
: Functionscope
: Objectthis
reference) in which the callback is executed. Defaults to the browser wnidow.Ext.MessageBox
String title
, String msg
, [Function fn
], [Object scope
] )
:
Ext.MessageBoxtitle
: Stringmsg
: Stringfn
: Functionscope
: ObjectExt.MessageBox
title
: Stringmsg
: Stringfn
: Functionscope
: Objectthis
reference) in which the callback is executed. Defaults to the browser wnidow.Ext.MessageBox
Ext.Window
title
: Stringmsg
: Stringfn
: Functionscope
: Objectmultiline
: Boolean/Numbertitle
: Stringmsg
: Stringfn
: Functionscope
: Objectthis
reference) in which the callback is executed. Defaults to the browser wnidow.multiline
: Boolean/Numbervalue
: StringExt.MessageBox
String icon
)
:
Ext.MessageBox