Includes the JavaScript from the given URL in the document. Uses async loading where supported by the browser.
Called after loaded successfully
Copies either the given text or the content of the given DOM element to the clipboard
Wether copying was successful or not
Defer the execution of the given method until the control has actually been rendered (the afterrender event has been fired)
The method which should be executed after the control has been rendered
Arguments which should be passed to the method after the control has been rendered
Extends 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...
Scrolls 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
Generated using TypeDoc
Includes the CSS from the given URL in the document.
Can be used for dynamic laoding of web fonts, ...