| | |
| | | content_css : skin_path + "/editor_content.css", |
| | | external_image_list_url : "program/js/editor_images.js", |
| | | spellchecker_languages : (rcmail.env.spellcheck_langs ? rcmail.env.spellcheck_langs : "Dansk=da,Deutsch=de,+English=en,Espanol=es,Francais=fr,Italiano=it,Nederlands=nl,Polski=pl,Portugues=pt,Suomi=fi,Svenska=sv"), |
| | | gecko_spellcheck : true, |
| | | rc_client: rcube_webmail_client |
| | | }); |
| | | } |
| | |
| | | // do the appropriate conversion |
| | | if (selectedEditor == 'html') |
| | | { |
| | | rcmail.display_spellcheck_controls(false); |
| | | var composeElement = document.getElementById('compose-body'); |
| | | var htmlText = "<pre>" + composeElement.value + "</pre>"; |
| | | composeElement.value = htmlText; |
| | | tinyMCE.execCommand('mceAddControl', true, 'compose-body'); |
| | | htmlFlag.value = "1"; |
| | | rcmail.display_spellcheck_controls(false); |
| | | } |
| | | else |
| | | { |