[TYPO3-project-4-3] CSS and JS files get included in the wrong order if using the page-renderer

Steffen Kamper info at sk-typo3.de
Thu Nov 12 12:32:33 CET 2009


Hi,

it's not complicate to get it ordered. First think about the priorities 
of your scripts.
You have 4 sections which will be rendered in the order
###JS_LIBS###
###JS_INCLUDE###
###JS_LIBS_FOOTER###
###JS_INCLUDE_FOOTER###

also each section has the param 'forceOnTop' for higher priority scripts.

Look to pageRenderer class for details.

vg Steffen


More information about the TYPO3-project-4-3 mailing list