[TYPO3-english] RTE Link for FE Plugin
Tapio Markula
tapio.markula at xetpoint.fi
Thu Apr 9 20:20:42 CEST 2009
Clay Sissing kirjoitti:
> Hi All
>
>
>
> I'm having a problem with the RTE when creating a link in a fe plugin
> record.
>
> The link is coming up as <link window="" current="" in="" link=""
> internal="" opens="" internal-link="" -="" 51=""/> instead of <a></a>.
>
>
>
> Any help would be great.
you must have correct parfunc in the FE plugin. The content has not been
parsed correctly.
Example handling a field inside a COA
10=TEXT
10 {
data=field:some_field
parseFunc = < lib.parseFunc_RTE
wrap=<div class="some_class">|</div>
}
}
More information about the TYPO3-english
mailing list