X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.MessageBox.html diff --git a/docs/output/Ext.MessageBox.html b/docs/output/Ext.MessageBox.html index d4c818cf..d73e5bf2 100644 --- a/docs/output/Ext.MessageBox.html +++ b/docs/output/Ext.MessageBox.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.MessageBox

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.

+

Class Ext.MessageBox

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 @@ -26,21 +26,23 @@ Ext.Msg.show({ Supported ...

An object containing the default button text strings that can be overriden for localized language support. Supported properties are: ok, cancel, yes and no. Generally you should include a locale-specific resource file for handling language support across the framework. -Customize the default text like so: Ext.MessageBox.buttonText.yes = 'oui'; //french
MessageBox defaultTextHeight : Number
The default height in pixels of the message box's multiline textarea if displayed (defaults to 75)
MessageBox maxWidth : Number
The maximum width in pixels of the message box (defaults to 600)
MessageBox minProgressWidth : Number
The minimum width in pixels of the message box if it is a progress-style dialog. This is useful +Customize the default text like so: Ext.MessageBox.buttonText.yes = "oui"; //french
MessageBox defaultTextHeight : Number
The default height in pixels of the message box's multiline textarea if displayed (defaults to 75)
MessageBox maxWidth : Number
The maximum width in pixels of the message box (defaults to 600)
MessageBox minProgressWidth : Number
The minimum width in pixels of the message box if it is a progress-style dialog. This is useful for setting a differ...
The minimum width in pixels of the message box if it is a progress-style dialog. This is useful -for setting a different minimum width than text-only dialogs may need (defaults to 250)
MessageBox minWidth : Number
The minimum width in pixels of the message box (defaults to 110)
MessageBox

Public Methods

MethodDefined By
 minWidth : Number
The minimum width in pixels of the message box (defaults to 100)
MessageBox

Public Methods

MethodDefined By