[TYPO3-RTE] Is it possible to add new button for some special char

Stanislas Rolland typo3 at sjbr.ca
Sun Oct 19 01:50:49 CEST 2008


Hi Styrmir,
>  >
>  > 3. Using the Extension Manager, check the check box „Enable additional
>  > inline elements“ in htmlARea RTE configuration
> 
> I have rtehtmlarea 1.5.2 

Well, you can define a css class the same way:

.icelandic-quotes { quotes: '„' '“'; }
.icelandic-quotes:before { content: open-quote; }
.icelandic-quotes:after { content: close-quote; }

Then, you can apply the class to any selected text using the text style 
selector list.

However, I think that using the Short inline quotation (q) button would 
be a much better solution and would recommend to upgrade to TYPO3 4.2.2.

Regards,
Stanislas



More information about the TYPO3-project-rte mailing list