/* wpEditorInit = function() { // Activate tinyMCE if it's the user's default editor if ( ( 'undefined' == typeof wpTinyMCEConfig ) || 'tinymce' == wpTinyMCEConfig.defaultEditor ) tinyMCE.execCommand('mceAddControl', false, 'content'); }; */ wpEditorInit = function() { if ( ( 'undefined' != typeof wpTinyMCEConfig ) && 'tinymce' != wpTinyMCEConfig.defaultEditor ) tinyMCE.get('content').hide(); } initArray = { mode : "exact", elements : "content", // editor_selector : "mceEditor", oninit : "wpEditorInit", width : "100%", theme : "advanced", skin : "o2k7", theme_advanced_buttons1 : "", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", language : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, browsers : "", dialog_type : "modal", theme_advanced_resize_horizontal : false, convert_urls : false, relative_urls : false, remove_script_host : false, force_p_newlines : true, force_br_newlines : false, convert_newlines_to_brs : false, remove_linebreaks : false, fix_list_elements : true, gecko_spellcheck : true, entities : "38,amp,60,lt,62,gt", button_tile_map : false, content_css : "", valid_elements : "", invalid_elements : "", save_callback : 'TinyMCE_wordpressPlugin.saveCallback', imp_version : "", plugins : "" }; tinyMCE.init(initArray);