﻿tinyMCE.init({

    mode : "specific_textareas",
	editor_selector : "mceEditor",
    theme: "advanced",
    content_css: "../styles/tinymceStyles.css",
    plugins: "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
    theme_advanced_buttons1: "cut,copy,paste,pastetext,pasteword,|,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,code",
    theme_advanced_buttons2: "formatselect,|,forecolor,backcolor,|,link,unlink,anchor,cleanup,|,emotions,advhr",
    theme_advanced_buttons3: "tablecontrols,|,hr,removeformat,visualaid",
    theme_advanced_buttons4: "styleprops,|,cite,abbr,acronym,del,ins,|,pagebreak,|,sub,sup",
    theme_advanced_toolbar_location: "external",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing: true,
    theme_advanced_resize_horizontal: false,
    encoding: "xml",
    entity_encoding: "raw"

});

tinyMCE.init({

    mode: "specific_textareas",
    editor_selector: "MiniMce",
    theme: "simple",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing: true,
    theme_advanced_resize_horizontal: false,
    encoding: "xml",
    entity_encoding: "raw"
});
