[TYPO3-mvc] I proudly present...

Steffen Kamper info at sk-typo3.de
Sat May 30 12:12:39 CEST 2009


Hi Susanne,

looked to your code yesterday and enjoyed that you use extJs in BE-module.
However, please use the recommended API to include the framework:

$this->doc->loadExtJS(); // will include all you need, also the 
stylesheet and the extJs-locale
$this->doc->enableExtJsDebug(); // use for debug

you see, it's very simple

There is another method which will wrap your inline with Ext.onReady:
$this->doc->extJScode .= 'some inline script';

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list