[TYPO3-mvc] Getting rid of base wrap inside a controller action?
Andreas Kiessling
kiessling at pluspol.info
Sun Oct 31 02:12:26 CEST 2010
Hi,
>
> I know I can do it with Typoscript (but for all the content elements in
> the website) doing this:
>
> tt_content.stdWrap.innerWrap >
>
> However I don't want to do that.
>
If you want to remove it for your ajax calls, why don't you just set
that Typoscript in a condition for your types?
[globalVar = GP:type = 1249058000 ] || [globalVar = GP:type = 1287743646]
tt_content.stdWrap.innerWrap >
[global]
Regards,
Andreas
More information about the TYPO3-project-typo3v4mvc
mailing list