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

Stanislas Rolland typo3 at sjbr.ca
Thu Jan 28 15:14:21 CET 2010


Hi Tomas,
> RTE.default.proc {
>    entryHTMLparser_db = 1
>    entryHTMLparser_db.tags.strong.remap = b
> }
> 
> or
> 
> RTE.default.proc {
>    exitHTMLparser_db = 1
>    exitHTMLparser_db.tags.strong.remap = b
> }
> 
> transforms strong to b.
But on the way to the database.
> 
> But I cant get  RTE.default.exitHTMLparser_rte.tags.strong.remap = b to 
> work.
Sorry, this should be
RTE.default.proc.exitHTMLparser_rte.tags.strong.remap = b
> 
> Is there a way to make the editor convert strong to b when it reads the 
> data?
No.

Regards,
Stanislas

> 
> 
> "Stanislas Rolland" <typo3 at sjbr.ca> skrev i meddelandet 
> news:mailman.1.1264520971.15952.typo3-project-rte at lists.typo3.org...
>> Hi Tomas,
>>> From a technical perspective you are absolutely right. But from a user 
>>> perspective they are doing the same thing.
>> Not really. Bold and strong tags do not have the same meaning.
>>
>> To have one bold-button and one
>>> strong-button would be very confusing for the "normal" user.
>>>
>> You can use the bold button and map any strong tag that may be found in 
>> existing content to bold on the way to the RTE (or vice versa, use strong 
>> button and map bold to strong on the way to the RTE):
>> RTE.default.exitHTMLparser_rte.tags.strong.remap = b
>>
>> Regards,
>> Stanislas
>>
> 
> 


More information about the TYPO3-project-rte mailing list