[TYPO3-dev] rendering in the not so easy way?

bernd wilke xoonsji02 at sneakemail.com
Tue Apr 8 12:30:56 CEST 2008


on Tue, 08 Apr 2008 07:35:01 +0200, Steffen Ritter wrote:

> Hey bernd,
> in rscontentcolumn I have exactly the same, which works fine for ALL
> ctypes... The only thing is, that I do not pass a list of uid but a
> single. This works well for plugins as long if I do not try to render
> the current plugin itself. Probably the check in typo3 is not only done
> with same element but element of same extension.

definitly no recursion, as there is no content-element with the 'outer' 
extension.

The 'outer' extension is called by typoscript and is the full build-up of 
the page.

page2 = PAGE
page2 {
	typeNum = 2
	10 < plugin.tx_outerext_pi1
}

this is done because this content is shown in an iframe.

including the inner extension in the normal page with
page = PAGE
page {
	typeNum = 0
	10 = TEMPLATE
	10 {
		template = FILE
		template.file = ...
		marks {
			CONTENT < styles.content.get
			:
		}
	}
}

gives a normal result.
what is the difference between this declarations?
should there be some more definitions?

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html




More information about the TYPO3-dev mailing list