[TYPO3-rte] Enable additional inline elements cant handle strong-tag

Stanislas Rolland typo3 at sjbr.ca
Tue Jan 26 01:41:14 CET 2010


Hi Tomas,
> 
> To make it possible for my users to use the button that formats text with 
> code-tag, I have to enable additional inline elements. But when I do the 
> bold-button can't de-select text that is marked up by strong-tags, it just 
> can handle bold-tags. Is this a desired behaviour? Is there a work-around?
> 
Bold and strong are two different markups. You can enable both a bold 
and a strong button:
RTE.default.showButtons := addToList(bold,strong)

Regards,
Stanislas


More information about the TYPO3-project-rte mailing list