[TYPO3-mvc] View Helper for including JS/CSS
Steffen Ritter
info at rs-websystems.de
Mon Jun 15 10:20:54 CEST 2009
Sebastian Kurfürst schrieb:
>> What do you think about this? How are view Helpers "chained". Meaning:
>> what happens to the output of a f:script ViewHelper on the Main level?
> What do you mean? :-)
>
I meant: if I use f:inlcude:js or f:cdata I wanna use ViewHelpers
inside. For example
<f:include.js>
<f:cdata>
Ext.Ajax.url = '<f:uri.action action="ajax">';
</f:cdata>
</f:include.js>
So my question was: do I have to do something special that viewheplers
inside others are always processed?
regards
Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list