[TYPO3-templavoila] FCE, Selector Box & HTML, Posible?

Unai Aizpurua unai at alambre.net
Wed Jan 9 11:37:17 CET 2008


Hi all,

I'm creating a FCE selector box in templavoila that writes some HTML in 
fronted. Based in a solution found here.

I wrote on the DS XML this:

# THIS WORK PERFECTLY
# TEXT SOLUTION
							<eType>select</eType>
<TypoScript>
10 = CASE
10.key.field = field_picto
10.1 = TEXT
10.1.value = Text Nr. 1
10.2 = TEXT
10.2.value = Text Nr. 2
</TypoScript>

I want to write HTML instead plain text, when I changed the code to 
HTML, nothing is writen:

# DO NOT WORK
# HTML SOLUTION

<eType>select</eType>
<TypoScript>
10 = CASE
10.key.field = field_picto
10.1 = HTML
10.1.value = <b>Text Nr. 1</b>
10.2 = TEXT
10.2.value = <b>Text Nr. 2</b>
</TypoScript>

What must I do to write in HTML? Any idea?

Thanks in advance.

Unai Aizpurua
unai at alambre.net


More information about the TYPO3-project-templavoila mailing list