>> Indeed, these are my settings, but I don't want to be limited to a single
>> language or direction, but to have the option to have
>> both, depending on my correspondent.
>>
>> I saw in htmlarea.js file that the toolbar is supposed to include these
>> buttons, but that lower in the file, there's
David,
If that's the case then you have looked into the matter more than I have.
As I understand it fckeditor has been deprecated in favor of ckeditor.
I've looked into rewriting the html_mail plugin with support for ckeditor
but it's a bit past my technical level with php.
There's a bounty
Hi Ted,
Thank you for your response.
Indeed, these are my settings, but I don't want to be limited to a single
language or direction, but to have the option to have both, depending on my
correspondent.
I saw in htmlarea.js file that the toolbar is supposed to include these
buttons, but that l
David,
If you are using the html_mail plugin and are using the fckeditor, look
for these options in the plugins/html_mail/fckeditor/fckconfig.js file.
FCKConfig.AutoDetectLanguage= true ;
FCKConfig.DefaultLanguage = 'en' ;
FCKConfig.ContentLangDirection = 'ltr' ;
They won't