﻿tinyMCE.init({
    theme: "advanced",
    editor_deselector : "noEditor",
    mode: "textareas", 
    plugins : "spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
    theme_advanced_buttons1: "bold,italic,underline,|,styleselect,formatselect,|,justifyleft,justifycenter,justifyright",
    theme_advanced_buttons2: "forecolor,backcolor,fontsizeselect,|,pasteword,|,link,unlink,hr,media,image,|,insertlayer,code",
     theme_advanced_buttons3 : "",
     theme_advanced_buttons4 : "",
     theme_advanced_toolbar_location : "top",
     convert_urls: true,
     extended_valid_elements: "span[class|style],code[class],iframe[src|width|height|name|align|frameborder|scrolling]",
     content_css : "/css/edit.stylesheet.css"


});

     
