[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 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] Gets the globally shared flyweight Element with the passed node as the active element
String/HTMLElement The DOM node or id.
String Allows for creation of named reusable flyweights to prevent conflicts (e.g. internally Ext uses "_global").
Ext.dom.Element The shared Element object (or null if no matching element was found).
[Method] Returns the top Element that is located at the passed coordinates
Number The x coordinate
Number The y coordinate
string
String The found Element
[Method] Retrieves Ext dom Element objects
String/HTMLElement/Ext.Element The id of the node, a DOM Node or an existing Element.
Ext.dom.Element The Element object (or null if no matching element was found).
[Method] Retrieves the document height
number
Number documentHeight
[Method] Retrieves the document width
number
Number documentWidth
[Method] Get the current class name in string format
string
String className
[Method] Retrieves the current orientation of the window
string
String Orientation of window: 'portrait' or 'landscape'
[Method] Retrieves the viewport size of the window
any
Object object containing width and height properties
[Method] Retrieves the viewport height of the window
number
Number viewportHeight
[Method] Retrieves the viewport width of the window
number
Number viewportWidth
[Method] Normalizes CSS property keys from dash delimited to camel case JavaScript Syntax
String The property to normalize
string
String The normalized string
[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
[Method] Parses a number or string representing margin sizes into an object
Number/String The encoded margins
any
Object An object with margin sizes for top, right, bottom and left containing the unit
[Method] Converts a CSS string into an object with a property for each style
String A CSS string
any
Object styles
[Method] Selects elements based on the passed CSS selector to enable Element methods to be applied to many related elements in
String/HTMLElement[] The CSS selector or an array of elements
Boolean Return a CompositeElement as opposed to a CompositeElementLite. Defaults to false.
HTMLElement/String The root element of the query or id of the root
Ext.dom.CompositeElementLite/Ext.dom.CompositeElement
[Method] Parses a number or string representing margin sizes into an object
Number/String The encoded margins
String The type of units to add
string
String An string with unitized (px if units is not specified) metrics for top, right, bottom and left