[TYPO3] HTML-Code in TemplaVoila

Philipp Gruber philipp.gruber at flupps.net
Mon Mar 19 16:22:36 CET 2007


Hello,

I'm trying to replace some content of a Flexible CE Template.
This doesn't work, because the < and > are replaced by &lt; and &gt;
I did not find any way to avoid this, according to various books and
online-documentation, it should work the way I'm trying it.

Here is what my TypoScript in TemplaVoila looks like:

------------------------------------------------------------------------
<field_jobdesc type="array">
	<tx_templavoila type="array">
		<title>Job Description</title>
		<sample_data type="array">
			<numIndex index="0"></numIndex>
		</sample_data>
		<eType>input</eType>
		<TypoScript>
<![CDATA[
	10 = TEXT
	10.current = 1
	10.wrap = <b>|</b><BR>
	10.parseFunc.allowTags=b,i,a,img,u
	10.parseFunc.short {
			DE = <img src='fileadmin/flags/de.gif' alt='DE'>
			EN = <img src='fileadmin/flags/gb.gif' alt='EN'>
			NL = <img src='fileadmin/flags/nl.gif' alt='NL'>
			FR = <img src='fileadmin/flags/fr.gif' alt='FR'>
			RU = <img src='fileadmin/flags/ru.gif' alt='RU'>
	}
]]>
		</TypoScript>
		<proc type="array">
			<HSC type="integer">1</HSC>
		</proc>
	</tx_templavoila>
	<TCEforms type="array">
		<config type="array">
			<type>input</type>
			<size>48</size>
			<eval>trim</eval>
		</config>
		<label>Job Description</label>
	</TCEforms>
</field_jobdesc>
------------------------------------------------------------------------


Any hints?

Tranks,
Philipp


More information about the TYPO3-english mailing list