﻿tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    editor_selector: "LeftColumn",
    convert_urls: false,
    theme_advanced_buttons1: "bold,italic,underline",
    theme_advanced_buttons2: "justifyleft,justifycenter,justifyright,justifyfull",
    theme_advanced_buttons3: "code,image,link,spellchecker",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing: false,
    plugins:"spellchecker",
    spellchecker_rpc_url:"/TinyMCEHandler.aspx?module=SpellChecker"//,
    //plugins: "advlink,advimage"
});

tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    editor_selector: "CenterColumn",
    convert_urls: false,
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,link,spellchecker",
    theme_advanced_buttons2: "",
    theme_advanced_buttons3: "",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing: false,
    content_css: "http://mscopff/App_Themes/Theme1/screen.css",
    plugins:"spellchecker",
    spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker"//,
    //plugins: "advlink,advimage"
});

tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    width : "500",
    editor_selector : "RightColumn",
    convert_urls : false,
    theme_advanced_buttons1 : "bold,italic,underline",
    theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull",
    theme_advanced_buttons3 : "code,image,link,spellchecker",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resizing : false,
    plugins : "spellchecker",
    spellchecker_rpc_url : "/TinyMCEHandler.aspx?module=SpellChecker"//,
    //plugins: "advlink,advimage"
});