﻿tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    editor_selector: "AboutUs",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,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,
    plugins: "spellchecker",
    spellchecker_languages: "English=en",
    spellchecker_rpc_url: "/TinyMCE.ashx?module=SpellChecker"
});
tinyMCE.init({
    mode: "textareas",
    theme: "advanced",
    editor_selector: "Meetings",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,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,
    plugins: "spellchecker",
    spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker"
});
tinyMCE.init({
    relative_urls: false,
    mode: "textareas",
    theme: "advanced",
    editor_selector: "NewPost",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image",
    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
});
tinyMCE.init({
    relative_urls: false,
    mode: "textareas",
    theme: "advanced",
    editor_selector: "BioBody",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,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,
    spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker",
    plugins: "spellchecker"
});
tinyMCE.init({
    relative_urls: false,
    mode: "textareas", theme: "advanced",
    editor_selector: "UpdatePost",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,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,
    spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker",
    plugins: "spellchecker"
});
tinyMCE.init({
    relative_urls: false,
    mode: "textareas", theme: "advanced",
    editor_selector: "PostBodyInsert",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image", //,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//,
    //spellchecker_rpc_url:"/TinyMCEHandler.aspx?module=SpellChecker",
    //plugins:"spellchecker"
});
tinyMCE.init({
    relative_urls: false,
    mode: "textareas",
    theme: "advanced",
    editor_selector: "MemberDepartments",
    theme_advanced_buttons1: "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,code,image,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,
    spellchecker_rpc_url: "/TinyMCEHandler.aspx?module=SpellChecker",
    plugins: "spellchecker"
});