[TYPO3-english] How to make link to javascript function in htmlArea RTE

Toshiyuki Toda toda at mobeta.net
Fri Jun 25 07:38:33 CEST 2010


Hi list.

"<a href="javascript:somefunction();" rtekeep=1>abc</a>" was translated 
to  "<p>abc</p>".

Need special setting for such an easy thing? Both typo3 are default 
settings.

TYPO3 4.4.0/htmlareaRTE 2.0.2
TYPO3 4.3.3/htmlareaRTE 1.8.9


> To tell the editor to keep a link intact, use the attribute rtekeep=1 inside
> the a tag. (You have to edit your text in html mode obviously). It would
> look something like this:
> 
> <a href="javascript:somefunction();" rtekeep=1>abc</a>
> 
> 
> 


More information about the TYPO3-english mailing list