- Added an example in editor.js to help the skin developers know the possibility of sending config. parameter to TinyMCE
- Small fix to allow the script to work in IE6 and IE7
| | |
| | | $.extend(conf, { |
| | | plugins: 'paste,tabfocus', |
| | | theme_advanced_buttons1: 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', |
| | | theme_advanced_buttons2: ',fontselect,fontsizeselect', |
| | | theme_advanced_buttons2: ',fontselect,fontsizeselect' |
| | | }); |
| | | else // mail compose |
| | | $.extend(conf, { |
| | |
| | | span.parentNode.removeChild(span); |
| | | return result; |
| | | } |
| | | |
| | | // Optional parameters used by TinyMCE |
| | | var rcmail_editor_settings = { |
| | | skin : "default", // "default", "o2k7" |
| | | skin_variant : "" // "", "silver", "black" |
| | | }; |