[TYPO3-RTE] make custom tag work in rtehtmlarea

R. van Twisk typo3 at rvt.dds.nl
Sat Apr 15 03:01:36 CEST 2006


I got a little further down the road:

This works now..
<rvt>Some Text</rvt>


however my attributes always get's lost:
<rvt someAttrib>Some Text</rvt>
<rvt someAttrib="value">Some Text</rvt>


In the above cases when I switch from source to HTML in rtehtmlarea,
My attribs are gone.

Ries

> IHey RTE guru's,
> 
> I create a custom tag rvt in an extension
> 
> I initliase my plugin like this :
> t3lib_extMgm::addTypoScript($_EXTKEY,'tt_content.text.20.parseFunc.tags.rvt
> = < plugin.'.t3lib_extMgm::getCN($_EXTKEY).'_pi1',43);
> 
> 
> When I don't use the RTE my tags are getting processed perfectly.
> 
> When using the RTE I don't have a single clue why it doesn't get processed.
> I tried different RTE settings
> 
>  - Sometimes my tags are removed
>  - Sometimes my tags are changed to html entities
> 
> Never my tags get's processed by parseFunc.
> 
> 
> How do I go ahead and my my extension work?????
> 
> Ries



More information about the TYPO3-project-rte mailing list