﻿tinyMCE.init({// General options
    mode: "textareas",
    theme: "advanced",
    theme_advanced_buttons1: "undo,redo,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,link,unlink",
    theme_advanced_buttons2: "",
    theme_advanced_buttons3: "",
    theme_advanced_buttons4: "",
    theme_advanced_toolbar_align: "left",
    theme_advanced_resizing: true,
    editor_deselector: "mceNoEditor",
    theme_advanced_resizing: true,
    theme_advanced_statusbar_location: "bottom"
}
);
