[TYPO3-mvc] using ExtJS in an Extbase Extension

Steffen Ritter info at rs-websystems.de
Sat Mar 13 10:55:59 CET 2010


Am 13.03.2010 10:39, schrieb Jonas Götze:
> I tried the following code in my own action (inspired by mvc_extjs ;-) )
> *    // Load ExtJS libraries
>          $GLOBALS['TSFE']->backPath = TYPO3_mainDir;
>          $GLOBALS['TSFE']->getPageRenderer()->loadExtJS();
>          $GLOBALS['TSFE']->getPageRenderer()->enableExtJSQuickTips();
>              // Show a message box when the page is ready
>          $GLOBALS['TSFE']->getPageRenderer()->addExtOnReadyCode(
>              'Ext.Msg.alert("My Title", "Hello World!");'
>          );*
> But in the Output, there is no Javascript included at all...

Hey, is the plugin uncached.
As far as I know there is a bug in using the pagerenderer from _INT objects.

Regards

Steffen


More information about the TYPO3-project-typo3v4mvc mailing list