[Method] Add methods properties to the prototype of this class
Object
[Method] Add override static properties of this class
Object
Ext.Base this
[Method]
Object
[Method] Create a new instance of this Class
any
Object the created instance.
[Method] Create aliases for existing prototype methods
String/Object The new method name, or an object to set multiple aliases. See flexSetter
String/Object The original method name
[Method] Creates a template from the passed element s value display none textarea preferred or innerHTML
String/HTMLElement A DOM element or its id.
Object Config object.
Ext.Template The created template.
[Method] Get the current class name in string format
string
String className
[Method] Gets an XTemplate from an object an instance of an Ext define d class
Object The object from which to get the XTemplate (must be an instance of an Ext.define'd class).
String The name of the property by which to get the XTemplate.
Ext.XTemplate The XTemplate instance or null if not found.
[Method] Override members of this class
Object The properties to add to this class. This should be specified as an object literal containing one or more properties.
Ext.Base this class