[Property] (Number)
[Property] (Number)
[Property] (Number)
[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Property] (String)
[Property] (HTMLElement)
[Property] (HTMLElement[])
[Config Option] (String)
[Property] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Method] Adds elements to this Composite object
HTMLElement[]/Ext.dom.CompositeElementLite Either an Array of DOM elements to add, or another Composite object who's elements should be added.
HTMLElement/String The root element of the query or id of the root.
Ext.dom.CompositeElementLite This Composite object.
[Method] Appends an after event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Appends a before event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Adds the given CSS class es to this Element
String The CSS class(es) to add to this element.
String Prefix to prepend to each class.
String Suffix to append to each class.
Ext.dom.Element this
[Method] Adds the specified events to the list of events which this Observable may fire
Object/String... Either an object with event names as properties with a value of true or the first event name string if multiple event names are being passed as separate parameters.
[Method] fixes scope with flyweight
Object
Object
Object
Object
Ext.dom.CompositeElementLite this
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Appends the passed element s to this element
HTMLElement/Ext.dom.Element a DOM Node or an existing Element.
Ext.dom.Element This element.
[Method] Appends this element to the passed element
String/HTMLElement/Ext.dom.Element The new parent element. The id of the node, a DOM Node or an existing Element.
Ext.dom.Element This element.
[Method] More flexible version of setStyle for setting style properties
String/Object/Function A style specification string, e.g. "width:100px", or object in the form {width:"100px"}, or a function which returns such a specification.
Ext.dom.Element this
[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 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 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 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] 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] 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] 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] 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] 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] 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] Selects a single direct child based on the passed CSS selector the selector should not contain an id
String The CSS selector.
Boolean true to return the DOM node instead of Ext.dom.Element.
any
HTMLElement/Ext.dom.Element The child Ext.dom.Element (or DOM node if returnDom is true)
[Method] Removes all elements
[Method] Removes all listeners for this object
[Method] Returns true if this composite contains the passed element
String/HTMLElement/Ext.Element/Number The id of an element, or an Ext.Element, or an HtmlElement to find within the composite collection.
boolean
Boolean
[Method] Creates the passed DomHelper config and appends it to this element or optionally inserts it before the passed child e
Object DomHelper element config object. If no tag is specified (e.g., {tag:'input'}) then a div will be automatically generated with the specified attributes.
HTMLElement a child element of this element.
Boolean true to return the dom node instead of creating an Element.
Ext.dom.Element The new child element.
[Method] Translates an element using CSS 3 in 2D
[Method] Removes this element s DOM reference
[Method] Selects a single child at any depth below this element based on the passed CSS selector the selector should not cont
String The CSS selector.
Boolean true to return the DOM node instead of Ext.dom.Element.
any
HTMLElement/Ext.dom.Element The child Ext.dom.Element (or DOM node if returnDom is true).
[Method] Calls the passed function for each element in this composite
Function The function to call.
Object The scope (this reference) in which the function is executed. Defaults to the Element.
Ext.dom.CompositeElementLite this
[Method] Enables events fired by this Observable to bubble up an owner hierarchy by calling this getBubbleTarget if present
String/String[] The event name to bubble, or an Array of event names.
[Method] Clears this Composite and adds the elements passed
HTMLElement[]/Ext.dom.CompositeElementLite Either an array of DOM elements, or another Composite from which to fill this Composite.
Ext.dom.CompositeElementLite this
[Method] Filters this composite to only elements that match the passed selector
String/Function A string CSS selector or a comparison function. The comparison function will be called with the following arguments:
Ext.dom.CompositeElementLite this
[Method] Looks at this node and then at parent nodes for a match of the passed simple selector e g
String The simple selector to test.
Number/String/HTMLElement/Ext.Element The max depth to search as a number or element (defaults to 50 || document.body)
Boolean true to return a Ext.Element object instead of DOM node.
any
HTMLElement/null The matching DOM node (or null if no match was found).
[Method] Looks at parent nodes for a match of the passed simple selector e g
String The simple selector to test.
Number/String/HTMLElement/Ext.Element The max depth to search as a number or element (defaults to 10 || document.body).
Boolean true to return a Ext.Element object instead of DOM node.
any
HTMLElement/null The matching DOM node (or null if no match was found).
[Method] Fires the specified event with the passed parameters and execute a function action at the end if there are no liste
String The name of the event to fire.
Array Arguments to pass to handers.
Function Action.
Object Scope of fn.
any
Object
[Method] Fires the specified event with the passed parameters minus the event name plus the options object passed to addList
String The name of the event to fire.
Object... Variable number of parameters are passed to handlers.
boolean
Boolean Returns false if any of the handlers return false.
[Method] Gets the first child skipping text nodes
String Find the next sibling that matches the passed simple selector.
Boolean true to return a raw DOM node instead of an Ext.dom.Element.
any
Ext.dom.Element/HTMLElement/null The first child or null.
[Method] Gets the x y coordinates to align this element with another element
Mixed The element to align to.
String The position to align to.
Array Offset the positioning by [x, y].
Array<any>
Array [x, y]
[Method] Gets the x y coordinates specified by the anchor position on the element
String The specified anchor position.
Boolean true to get the local (element top/left-relative) anchor position instead of page coordinates.
Object An object containing the size to use for calculating anchor position. {width: (target width), height: (target height)} (defaults to the element's current size)
Array<any>
Array [x, y] An array containing the element's x and y coordinates.
[Method] Returns the value of an attribute from the element s underlying DOM node
String The attribute name.
String The namespace in which to look for the attribute.
string
String The attribute value.
[Method] Gets the width of the border s for the specified side s
String Can be t, l, r, b or any combination of those to add multiple values. For example, passing 'lr' would get the border left width + the border right width.
number
Number The width of the sides passed added together
[Method] Gets the bottom Y coordinate of the element element Y position element height
number
Number
[Method] Return an object defining the area of this Element which can be passed to setBox to set another Element s size locati
Boolean If true a box for the content of the element is returned.
Boolean If true the element's left and top are returned instead of page x/y.
any
Object An object in the format
[Method] Returns the value of bubbleEvents
any
String/String[]
[Method] Returns the number of elements in this Composite
number
Number
[Method] Returns the innerHTML of an element
string
String
[Method] Returns the offset height of the element
Boolean true to get the height minus borders and padding.
number
Number The element's height.
[Method] Returns the innerHTML of an element
string
String
[Method] Retrieves the id of this component
any
any id
[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] 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] 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] 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] Gets the left X coordinate
number
Number
[Method] Returns the value of listeners
any
Object
[Method] Returns an object with properties top left right and bottom representing the margins of this element unless sides i
String Any combination of 'l', 'r', 't', 'b' to get the sum of those sides.
any
Object/Number
[Method] Returns the offsets of this element from the passed element
Mixed The element to get the offsets from.
Array<any>
Array The XY page offsets (e.g. [100, -200])
[Method] Retrieves the height of the element account for the top and bottom margins
[Method] Retrieves the width of the element accounting for the left and right margins
[Method] Gets the width of the padding s for the specified side s
String Can be t, l, r, b or any combination of those to add multiple values. For example, passing 'lr' would get the padding left + the padding right.
number
Number The padding of the sides passed added together.
[Method] Return an object defining the area of this Element which can be passed to setBox to set another Element s size locati
Boolean If true an Ext.util.Region will be returned.
any
Object box An object in the format: { x: <Element's X position>, y: <Element's Y position>, width: <Element's width>, height: <Element's height>, bottom: <Element's lower bound>, right: <Element's rightmost bound> } The returned object may also be addressed as an Array where index 0 contains the X position and index 1 contains the Y position. So the result may also be used for setXY.
[Method] Gets the right X coordinate of the element element X position element width
number
Number
[Method] Gets the Scroller instance of the first parent that has one
[Method] Returns the size of the element
Boolean true to get the width/size minus borders and padding.
any
Object An object containing the element's size:
[Method] Normalizes currentStyle and computedStyle
String The style property whose value is returned.
string
String The current value of the style property for this element.
[Method] Gets the top Y coordinate
number
Number
[Method] Returns the value of the value attribute
Boolean true to parse the value as a number.
any
String/Number
[Method] Returns the dimensions of the element available to lay content out in
any
Object Object describing width and height:
[Method] Returns the offset width of the element
Boolean true to get the width minus borders and padding.
number
Number The element's width.
[Method] Gets the current X position of the element based on page coordinates
number
Number The X position of the element
[Method] Gets the current position of the element based on page coordinates
Array<any>
Array The XY position of the element
[Method] Gets the current Y position of the element based on page coordinates
number
Number The Y position of the element
[Method] Checks if the specified CSS class exists on this element s DOM node
String The CSS class to check for.
boolean
Boolean true if the class exists, else false.
[Method] Checks to see if this object has any listeners for a specified event
String The name of the event to check for
boolean
Boolean True if the event is being listened for, else false
[Method] Hides this element
[Method] Find the index of the passed element within the composite collection
String/HTMLElement/Ext.Element/Number The id of an element, or an Ext.dom.Element, or an HtmlElement to find within the composite collection.
number
Number The index of the passed Ext.dom.Element in the composite collection, or -1 if not found.
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Inserts this element after the passed element in the DOM
String/HTMLElement/Ext.dom.Element The element to insert after. The id of the node, a DOM Node or an existing Element.
Ext.dom.Element This element.
[Method] Inserts this element before the passed element in the DOM
String/HTMLElement/Ext.dom.Element The element before which this element will be inserted. The id of the node, a DOM Node or an existing Element.
Ext.dom.Element This element.
[Method] Inserts an element as the first child of this element
String/HTMLElement/Ext.dom.Element The id or element to insert.
Ext.dom.Element this
[Method] Inserts an HTML fragment into this element
String Where to insert the HTML in relation to this element - 'beforeBegin', 'afterBegin', 'beforeEnd', 'afterEnd'. See Ext.DomHelper.insertHtml for details.
String The HTML fragment
Boolean true to return an Ext.dom.Element.
any
HTMLElement/Ext.dom.Element The inserted node (or nearest related if more than 1 inserted).
[Method] Inserts or creates the passed element or DomHelper config as a sibling of this element
String/HTMLElement/Ext.dom.Element/Object/Array The id, element to insert or a DomHelper config to create and insert or an array of any of those.
String 'before' or 'after'.
Boolean true to return the raw DOM element instead of Ext.dom.Element.
Ext.dom.Element The inserted Element. If an array is passed, the last inserted element is returned.
[Method] Returns true if this element matches the passed simple selector e g
String The simple selector to test.
boolean
Boolean true if this element matches the selector, else false.
[Method] Determines if this element is a descendant of the passed in Element
[Method] Checks if the current value of a style is equal to a given value
String property whose value is returned.
String to check against.
boolean
Boolean true for when the current value equals the given value.
[Method] Returns true if the value of the given property is visually transparent
String The style property whose value is to be tested.
boolean
Boolean true if the style property is visually transparent.
[Method] Returns a flyweight Element of the dom element object at the specified index
Number
Ext.dom.Element
[Method] Gets the last child skipping text nodes
String Find the previous sibling that matches the passed simple selector.
Boolean true to return a raw DOM node instead of an Ext.dom.Element.
any
Ext.dom.Element/HTMLElement/null The last child or null.
[Method] Puts a mask over this element to disable user interaction
[Method] Alias for addManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Alias for removeManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Gets the next sibling skipping text nodes
String Find the next sibling that matches the passed simple selector.
Boolean true to return a raw dom node instead of an Ext.dom.Element.
any
Ext.dom.Element/HTMLElement/null The next sibling or null.
[Method] Alias for addListener
String/String[]/Object The name of the event to listen for. May also be an object who's property names are event names.
Function/String The method the event invokes. Will be called with arguments given to fireEvent plus the options parameter described below.
Object The scope (this reference) in which the handler function is executed. If omitted, defaults to the object which fired the event.
Object An object containing handler configuration. This object may contain any of the following properties:
String The order of when the listener should be added into the listener queue. Possible values are before, current and after.
[Method] Alias for addAfterListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Alias for addBeforeListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Gets the parent node for this element optionally chaining up trying to match a selector
String Find a parent node that matches the passed simple selector.
Boolean true to return a raw DOM node instead of an Ext.dom.Element.
any
Ext.dom.Element/HTMLElement/null The parent node or null.
[Method] Gets the previous sibling skipping text nodes
String Find the previous sibling that matches the passed simple selector.
Boolean true to return a raw DOM node instead of an Ext.dom.Element
any
Ext.dom.Element/HTMLElement/null The previous sibling or null.
[Method] Removes all listeners for this object
[Method] Selects child nodes based on the passed CSS selector the selector should not contain an id
String The CSS selector.
Array<HTMLElement>
HTMLElement[] An array of the matched nodes.
[Method] Adds one or more CSS classes to this element and removes the same class es from all siblings
String/String[] The CSS class to add, or an array of classes.
Ext.dom.Element this
[Method] Relays selected events from the specified Observable as if the events were fired by this
Object The Observable whose events this object is to relay.
String/Array/Object Array of event names to relay.
Ext.mixin.Observable this
[Method] Removes this element s DOM reference
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes all listeners for this object
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes the given CSS class es from this Element
String The CSS class(es) to remove from this element.
String Prefix to prepend to each class to be removed.
String Suffix to append to each class to be removed.
Ext.dom.Element this
[Method] Removes the specified element s
String/HTMLElement/Ext.Element/Number The id of an element, the Element itself, the index of the element in this composite or an array of any of those.
Boolean true to also remove the element from the document
Ext.dom.CompositeElementLite this
[Method] Removes an event handler
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Forces the browser to repaint this element
Ext.dom.Element this
[Method] Replaces the passed element with this element
String/HTMLElement/Ext.dom.Element The element to replace. The id of the node, a DOM Node or an existing Element.
Ext.dom.Element This element.
[Method] Replaces a CSS class on the element with another
String The CSS class to replace.
String The replacement CSS class.
String Prefix to prepend to each class to be replaced.
String Suffix to append to each class to be replaced.
Ext.dom.Element this
[Method] Replaces the specified element with the passed element
String/HTMLElement/Ext.Element/Number The id of an element, the Element itself, the index of the element in this composite to replace.
String/Ext.Element The id of an element or the Element itself.
Boolean true to remove and replace the element in the document too.
Ext.dom.CompositeElementLite this
[Method] Replaces this element with the passed element
String/HTMLElement/Ext.dom.Element/Object The new element (id of the node, a DOM Node or an existing Element) or a DomHelper config of an element to create.
Ext.dom.Element This element.
[Method] Resumes firing events see suspendEvents
Boolean Pass as true to discard any queued events.
[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.
Ext.dom.CompositeElementLite/Ext.dom.CompositeElement
[Method] Serializes a DOM form into a url encoded string
Object The form
string
String The url encoded form
[Method] Sets the passed attributes as attributes of this element a style attribute can be a string object or function
Object The object with the attributes.
Boolean false to override the default setAttribute to use expandos.
Ext.dom.Element this
[Method] Sets the element s CSS bottom style
String The bottom CSS property value.
Ext.dom.Element this
[Method] Sets the element s box
Object The box to fill, for example: { left: ..., top: ..., width: ..., height: ... }
Ext.dom.Element this
[Method] Sets the value of bubbleEvents
String/String[] The new value.
[Method] Sets the specified CSS class on this element s DOM node
String/Array The CSS class to set on this element.
[Method] Sets the innerHTML of this element
String The new HTML.
[Method] Set the height of this Element
Number/String The new height.
Ext.dom.Element this
[Method] Sets the innerHTML of this element
String The new HTML.
[Method] Sets the element s left position directly using CSS style instead of setX
String The left CSS property value.
Ext.dom.Element this
[Method] Sets the value of listeners
Object The new value.
[Method] Set the maximum height of this Element
Number/String The new maximum height.
Ext.dom.Element this
[Method] Set the maximum width of this Element
Number/String The new maximum width.
Ext.dom.Element this
[Method] Set the minimum height of this Element
Number/String The new minimum height.
Ext.dom.Element this
[Method] Set the minimum width of this Element
Number/String The new minimum width.
Ext.dom.Element this
[Method] Sets the element s CSS right style
String The right CSS property value.
Ext.dom.Element this
[Method] Set the size of this Element
Number/String The new width. This may be one of: A Number specifying the new width in this Element's defaultUnits (by default, pixels). A String used to set the CSS width style. Animation may not be used. A size object in the format {width: widthValue, height: heightValue}.
Number/String The new height. This may be one of: A Number specifying the new height in this Element's defaultUnits (by default, pixels). A String used to set the CSS height style. Animation may not be used.
Ext.dom.Element this
[Method] Wrapper for setting style properties also takes single object parameter of multiple styles
String/Object The style property to be set, or an object of multiple styles.
String The value to apply to the given property, or null if an object was passed.
Ext.dom.Element this
[Method] Sets the element s top position directly using CSS style instead of setY
String The top CSS property value.
Ext.dom.Element this
[Method] Sets the element s top and left positions directly using CSS style
[Method] Use this to change the visibility mode between VISIBILITY DISPLAY or OFFSETS
Object
Ext.dom.Element this
[Method] Sets the visibility of the element see details
Boolean Whether the element is visible.
Ext.Element this
[Method] Set the width of this Element
Number/String The new width.
Ext.dom.Element this
[Method] Sets the X position of the element based on page coordinates
Number The X position of the element
Ext.dom.Element this
[Method] Sets the position of the element in page coordinates regardless of how the element is positioned
Number[] Contains X & Y [x, y] values for new position (coordinates are page-based).
Ext.dom.Element this
[Method] Sets the Y position of the element based on page coordinates
Number The Y position of the element.
Ext.dom.Element this
[Method] Shows this element
[Method] Suspends the firing of all events
[Method] Toggles the specified CSS class on this element removes it if it already exists otherwise adds it
String The CSS class to toggle.
Ext.dom.Element this
[Method] Translates the passed page coordinates into left top CSS values for this element
Number/Array The page x or an array containing [x, y].
Number The page y, required if x is not an array.
any
Object An object with left and top properties. e.g. {left: (value), top: (value)}.
[Method] Alias for removeListener
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Alias for removeAfterListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Alias for removeBeforeListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes a previously applied mask
[Method] Walks up the dom looking for a parent node that matches the passed simple selector e g
String The simple selector to test
Number/String/HTMLElement/Ext.Element The max depth to search as a number or element (defaults to 10 || document.body).
any
Ext.dom.Element/null The matching DOM node (or null if no match was found).
[Method] Sets the innerHTML of this element
String The new HTML.
[Method] Creates and wraps this element with another element
Object DomHelper element config object for the wrapper element or null for an empty div
Boolean true to return the raw DOM element instead of Ext.dom.Element.
any
HTMLElement/Ext.dom.Element The newly created wrapper element.