[Typo3] TV! and class to render all CE

Stefan Bothner | [m]zentrale stefan at m-zentrale.de
Thu Sep 8 16:58:49 CEST 2005


Hi List,

iam using the TV extension. Now i have a class for parsing all
the contentelements so that braille reader could read the pagecontent.
braille reader need text formated to 40 or 80 characters. In a older
project which uses the old ts-template system of T3 ist was no problem
to parse the CE with following code.

[globalVar = GP:layout = braille80]

	temp_content < styles.content.get
	temp_content {
		stdWrap {
			postUserFunc = tx_mzbraille80_pi1->main
		}
	}

	styles.content.get >
	styles.content.get < temp_content

	temp_contentRight < styles.content.getRight
	temp_contentRight {
		stdWrap {
			postUserFunc = tx_mzbraille80_pi1->main
		}
	}
[global]

So i need a approach or tip how i could render all ce with this class before
delivering
the page to the browser.

Thanks and kind regards

Stefan




More information about the TYPO3-english mailing list