[TYPO3-dev] get Plugin with renderobj

Georg Ringer mail-spam at ringerge.org
Sat Aug 18 19:43:52 CEST 2007


Hello and good evening,

how do I get the content of a plugin with the renderObj like in this 
small example shown:
temp.produkttab = CONTENT
temp.produkttab {
	table = tt_content
	select {
		orderBy = sorting
		where = colPos= 0
	}
	renderObj = COA_INT
	renderObj {
         	5 = TEXT
         	5.field = uid
         	10 < plugin.rgtabs_pi1
	}
}

5.field = uid works of course but how do I get the plugin?

thx a lot
georg




More information about the TYPO3-dev mailing list