Static
addStatic
addStatic
copyStatic
deferStatic
queryExtends the Ext.ComponentQuery.query method by only returning the first result instead of an array with results.
See ExtJS docu of Ext.ComponentQuery.query for parameter description...
Optional
root: ExtContainerStatic
scrollScrolls the given element into view
This function hasn't been tested & used a lot so far which means that it could easily be that it won't work under all conditions (e.g. horizontal scrolling, elements with absolute positioning etc)
The element which contains the scrollbars
Optional
pos: "Center" | "Top" | "Bottom"'Top'
, 'Center'
or 'Bottom'
Optional
ifNeeded: booleanIf true, only scrolls if the given is el isn't already visible.
Optional
animateDuration: numberAnimation duration in [ms].
Not animated if not given.
Generated using TypeDoc
Includes the CSS from the given URL in the document.
Can be used for dynamic laoding of web fonts, ...