[TYPO3-dev] BE module with extJs but in 4.2.8
Steffen Kamper
info at sk-typo3.de
Tue Jul 28 10:56:47 CEST 2009
Hi Sonja,
Sonja Scholz schrieb:
> Hi Steffen,
>
> thank you for your very fast answer. I will have a look at the AJAX
> handler, thanks.
>
> Do you mean to put the extJS libary stuff into my backend extension
> folder and include it like:
>
> $this->doc->loadJavascriptLib('path/to/js/in/my/ext');
>
exactly
> Does I understand it correct?
>
> But what about the extJS css files like
> "extjs/resources/css/ext-all.css" and
> "extjs/resources/css/xtheme-gray.css"?
>
> They're included in the 4.3 core. They are also needed, aren't they?
>
yes. Unfotunally there is no addCSSFile-function, so you have to use
$this->doc->styleSheetFile
$this->doc->styleSheetFile2
for both CSS files.
vg Steffen
More information about the TYPO3-dev
mailing list