[TYPO3-dev] t3Editor: bug? HTML tags cannot be written as TS values

Steffen Kamper steffen at sk-typo3.de
Fri Feb 1 11:47:53 CET 2008


"Franz Koch" <typo.removeformessage at fx-graefix.de> schrieb im Newsbeitrag 
news:mailman.1.1201862209.7993.typo3-dev at lists.netfielders.de...
> Hi list,
>
> the following does not work with t3editor:
>
> -------
> myObject = TEXT
> myObject {
>     value = whatever
>     wrap = <strong>|</strong>
> }
> -------
> the HTML-Tag 'strong' is filtered out by the editor, like any other html 
> tag. Is this a bug or do I need a special writing for that? The latter 
> would be extremely bad, as it will break every former TS, so I assume this 
> is a bug. Is it?
>
> --
> Greetings,
> Franz

myObject = TEXT
myObject {
     value = whatever
     wrap = <strong>|</strong>
    htmlSpecialChars = 0
 }

vg  Steffen 






More information about the TYPO3-dev mailing list