[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Property] (Number)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[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]
[Method] This method is called to process lt tpl case action gt
String
Object Other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process lt tpl default gt
[Method] This method is called to process lt tpl else gt
[Method] This method is called to process lt tpl elseif action gt
String
Object Other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process lt tpl gt
String The type of action that is being ended.
Object The other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process text
String
[Method] This method is called to process lt tpl exec action gt
String
Object Other actions keyed by the attribute name.
[Method] This method is called to process expressions like expr
String The body of the expression (inside "{[" and "]}").
[Method] This method is called to process lt tpl for action gt
String
Object Other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process lt tpl if action gt
String
Object Other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process lt tpl switch action gt
String
Object Other actions keyed by the attribute name (such as 'exec').
[Method] This method is called to process simple tags like tag
String
[Method] This method is called to process a piece of raw text from the tpl
String
[Method] This method is called to process an empty lt tpl gt
[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] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs