[Property] (String)
[Property] (Array)
[Property] (Ext.Class)
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Parse a value into a formatted date using the specified format pattern
String/Date The value to format. Strings must conform to the format expected by the JavaScript Date object's parse() method.
String Any valid date format string.
string
String The formatted date string.
[Method]
[Method] Truncate a string and add an ellipsis to the end if it exceeds the specified length
String The string to truncate.
Number The maximum length to allow before truncating.
Boolean True to try to find a common word break.
string
String The converted text.
[Method] Escapes the passed string for and
String The string to escape.
string
String The escaped string.
[Method] Escapes the passed string for use in a regular expression
String
string
String
[Method] Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens
String The tokenized string to be formatted.
String... The values to replace token {0}, {1}, etc.
string
String The formatted string.
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Convert certain characters amp lt and from their HTML character equivalents
String The string to decode.
string
String The decoded text.
[Method] Convert certain characters amp lt and to their HTML character equivalents for literal display in web pages
String The string to encode.
string
String The encoded text.
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Pads the left side of a string with a specified character
String The original string.
Number The total length of the output string.
String The character with which to pad the original string.
string
String The padded string.
[Method] Get the reference to the class from which this object was instantiated
Ext.Class
[Method] Utility function that allows you to easily switch a string between two alternating values
String The current string
String The value to compare to the current string
String The new value to use if the string already equals the first value passed in
string
String The new value
[Method] Trims whitespace from either end of a string leaving spaces within the string intact
String The string to escape
string
String The trimmed string