Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
share/docs/source/MessageBox.html view on Meta::CPAN
<span id='Ext-MessageBox-property-YESNO'> /**
</span> * Button config that displays Yes and No buttons
* @type Object
*/
YESNO : {yes:true, no:true},
<span id='Ext-MessageBox-property-YESNOCANCEL'> /**
</span> * Button config that displays Yes, No and Cancel buttons
* @type Object
*/
YESNOCANCEL : {yes:true, no:true, cancel:true},
<span id='Ext-MessageBox-property-INFO'> /**
</span> * The CSS class that provides the INFO icon image
* @type String
*/
INFO : 'ext-mb-info',
<span id='Ext-MessageBox-property-WARNING'> /**
</span> * The CSS class that provides the WARNING icon image
* @type String
*/
WARNING : 'ext-mb-warning',
<span id='Ext-MessageBox-property-QUESTION'> /**
</span> * The CSS class that provides the QUESTION icon image
* @type String
*/
QUESTION : 'ext-mb-question',
<span id='Ext-MessageBox-property-ERROR'> /**
</span> * The CSS class that provides the ERROR icon image
* @type String
*/
ERROR : 'ext-mb-error',
<span id='Ext-MessageBox-property-defaultTextHeight'> /**
</span> * The default height in pixels of the message box's multiline textarea if displayed (defaults to 75)
* @type Number
*/
defaultTextHeight : 75,
<span id='Ext-MessageBox-property-maxWidth'> /**
</span> * The maximum width in pixels of the message box (defaults to 600)
* @type Number
*/
maxWidth : 600,
<span id='Ext-MessageBox-property-minWidth'> /**
</span> * The minimum width in pixels of the message box (defaults to 100)
* @type Number
*/
minWidth : 100,
<span id='Ext-MessageBox-property-minProgressWidth'> /**
</span> * 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).
* @type Number
*/
minProgressWidth : 250,
<span id='Ext-MessageBox-property-minPromptWidth'> /**
</span> * The minimum width in pixels of the message box if it is a prompt dialog. This is useful
* for setting a different minimum width than text-only dialogs may need (defaults to 250).
* @type Number
*/
minPromptWidth: 250,
<span id='Ext-MessageBox-property-buttonText'> /**
</span> * 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
* @type Object
*/
buttonText : {
ok : "OK",
cancel : "Cancel",
yes : "Yes",
no : "No"
}
};
}();
<span id='Ext-Msg'>/**
</span> * Shorthand for {@link Ext.MessageBox}
*/
Ext.Msg = Ext.MessageBox;</pre>
</body>
</html>
( run in 0.543 second using v1.01-cache-2.11-cpan-ceb78f64989 )