Re: [SM-USERS] Adding RTL-LTR buttons to HTML Editor

2013-10-24 Thread Paul Lesniewski
>> 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

Re: [SM-USERS] Adding RTL-LTR buttons to HTML Editor

2013-10-23 Thread Ted Hatfield
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

Re: [SM-USERS] Adding RTL-LTR buttons to HTML Editor

2013-10-22 Thread David
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

Re: [SM-USERS] Adding RTL-LTR buttons to HTML Editor

2013-10-22 Thread Ted Hatfield
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