tinyMCE.init({ // General options mode: "textareas", theme: "advanced", plugins : "addlinkseo,safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,images,iespell,inlinepopups,media,contextmenu,paste,directionality,noneditable,visualchars,nonbreaking,print,fullscreen", // Theme options theme_advanced_buttons1 : "addlinkseo,|,bold,italic,underline,strikethrough,link,unlink,justifyleft,justifycenter,justifyright,cut,copy,paste,pasteword,pastetext,table,images,|,bullist,numlist,outdent,indent,|,undo,redo,|,code,cleanup,print,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, convert_urls : false });