[Method] Creates new DOM element s and appends them to el
String/HTMLElement/Ext.Element The context element
Object/String The DOM object spec (and children) or raw HTML blob
Boolean true to return a Ext.Element
any
HTMLElement/Ext.Element The new node
[Method] Applies a style specification to an element
String/HTMLElement The element to apply styles to
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.
[Method] Creates a new Ext Template from the DOM object spec
Object The DOM object spec (and children)
Ext.Template The new template
[Method] Converts the styles from the given object to text
Object The object describing the styles.
String[] The output buffer.
any
String/String[] If buffer is passed, it is returned. Otherwise the style string is returned.
[Method] Creates new DOM element s and inserts them after el
String/HTMLElement/Ext.Element The context element
Object The DOM object spec (and children)
Boolean true to return a Ext.Element
any
HTMLElement/Ext.Element The new node
[Method] Creates new DOM element s and inserts them before el
String/HTMLElement/Ext.Element The context element
Object/String The DOM object spec (and children) or raw HTML blob
Boolean true to return a Ext.Element
any
HTMLElement/Ext.Element The new node
[Method] Creates new DOM element s and inserts them as the first child of el
String/HTMLElement/Ext.Element The context element
Object/String The DOM object spec (and children) or raw HTML blob
Boolean true to return a Ext.Element
any
HTMLElement/Ext.Element The new node
[Method] Inserts an HTML fragment into the DOM
String Where to insert the html in relation to el - beforeBegin, afterBegin, beforeEnd, afterEnd. For example take the following HTML: <div>Contents</div> Using different where values inserts element to the following places: beforeBegin: <HERE><div>Contents</div> afterBegin: <div><HERE>Contents</div> beforeEnd: <div>Contents<HERE></div> afterEnd: <div>Contents</div><HERE>
HTMLElement/TextNode The context element
String The HTML fragment
HTMLElement
HTMLElement The new node
[Method] Returns the markup for the passed Element s config
Object The DOM object spec (and children).
string
String
[Method] Creates new DOM element s and overwrites the contents of el with them
String/HTMLElement/Ext.Element The context element
Object/String The DOM object spec (and children) or raw HTML blob
Boolean true to return a Ext.Element
any
HTMLElement/Ext.Element The new node