|
|
tinyMCE.init({
|
|
|
mode:"none",
|
|
|
onpageload:"wpEditorInit",
|
|
|
width:"100%",
|
|
|
theme:"advanced",
|
|
|
skin:"wp_theme",
|
|
|
theme_advanced_buttons1:"bold,italic,strikethrough,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,|,link,unlink,image,wp_more,|,spellchecker,fullscreen,wp_adv",
|
|
|
theme_advanced_buttons2:"formatselect,underline,justifyfull,forecolor,|,pastetext,pasteword,removeformat,|,media,charmap,|,outdent,indent,|,undo,redo,wp_help",
|
|
|
theme_advanced_buttons3:"",
|
|
|
theme_advanced_buttons4:"",
|
|
|
language:"en",
|
|
|
spellchecker_languages:"+English=en",
|
|
|
theme_advanced_toolbar_location:"top",
|
|
|
theme_advanced_toolbar_align:"left",
|
|
|
theme_advanced_statusbar_location:"bottom",
|
|
|
theme_advanced_resizing:"1",
|
|
|
theme_advanced_resize_horizontal:"",
|
|
|
dialog_type:"modal",relative_urls:"",
|
|
|
remove_script_host:"",
|
|
|
convert_urls:"",
|
|
|
apply_source_formatting:"",
|
|
|
remove_linebreaks:"1",
|
|
|
paste_convert_middot_lists:"1",
|
|
|
paste_remove_spans:"1",
|
|
|
paste_remove_styles:"1",
|
|
|
gecko_spellcheck:"1",
|
|
|
entities:"38,amp,60,lt,62,gt",
|
|
|
accessibility_focus:"",
|
|
|
tab_focus:":next",
|
|
|
save_callback:"switchEditors.saveCallback",
|
|
|
plugins:"safari,inlinepopups,autosave,spellchecker,paste,wordpress,media,fullscreen"});
|
|
|
|