[TYPO3-mvc] footer equivalent for addAdditionalHeaderData

Tim Schoch | GSTALTIG tim.schoch at gstaltig.ch
Sun Nov 20 23:28:55 CET 2011


if you dont want to place the plugin more then once per page, you can set the uid in fluid.
<script>var yourUid = {uid}</script>
And it will be present in the javascript file.
You can test that with alert( yourUid );
(or console.log, if you use it)

Tim


More information about the TYPO3-project-typo3v4mvc mailing list