[TYPO3-core] RFC Feature #9923: Integrate possibility to define additional header data via TypoScript

Steffen Kamper info at sk-typo3.de
Sun Jun 28 20:00:24 CEST 2009


Hi olly,

i extended my pageIncludes (Header & Footerclass) to do the same, see 
example:
#include inline javascript
page.jsInline (
	10 = TEXT
	10.value = var inlineVar1 = 555;
)

page.jsFooterInline {
	10 = TEXT
	10.value = var inlineVar2 = 888;
	
	20 = COA
	20.wrap = Ext.onReady(function() {|});
	20 {
		10 = TEXT
		10.value = var myExtVar1 = 112;
		
		20 = TEXT
		20.dataWrap = var pageId = "{TSFE:id}"
	}
}

so i think it fits all needs. I will come with updated patch soon.

vg Steffen


More information about the TYPO3-team-core mailing list