[TYPO3-RTE]  make custom tag work in rtehtmlarea
    R. van Twisk 
    typo3 at rvt.dds.nl
       
    Fri Apr 14 18:05:16 CEST 2006
    
    
  
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