[TYPO3-dev] Customtag inside of a List

Steffen Kamper steffen at sk-typo3.de
Sat Mar 29 16:05:01 CET 2008


Hi,

did you tested that in IE? As i see it's impossible to use custom tags in IE 
as they are converted to rubbish tags ...

vg  Steffen

"Carsten" <bleicker at boros.de> schrieb im Newsbeitrag 
news:mailman.1.1206801655.30272.typo3-dev at lists.netfielders.de...
> hi there,
> i have to define a customtag for the rte.
> so i defined a tag like <courselink>3,Linkname<courselink>
> this means <courselink>$course,$linktitle</courelink>.
>
> my ts i told the following:
> lib.parseFunc.tags{
> courselink = TEXT
> courselink{
> current = 1
> listNum = 1
> typolink.parameter = {$cenit_schulung.pages.coursedetail}
> typolink.additionalParams.cObject = COA
> typolink.additionalParams.cObject {
> 10 = TEXT
> 10.current = 1
> 10.listNum = 0
> 10.wrap = &tx_cenitschulung[course]=|
> 10.required = 1
> }
> parseFunc.constants = 1
> }
> }
>
> lib.parseFunc_RTE.tags.courselink < lib.parseFunc.tags.courselink
>
> what happens now is that the <courselink> is parsed correctly inside a <p>
> but not insite a <li>. i tried now to define a customtag "li" and give it
> the parsefunf for <courselink>. doesnt work =(
>
> help is needed =)
>
> thanks a lot
>
> carsten 






More information about the TYPO3-dev mailing list