﻿tinyMCE.init({
    // General options
    mode: "none",
    theme: "advanced",
    force_p_newlines: '',
    force_br_newlines: true,
    forced_root_block: '',
    plugins: "safari,advlink,iespell,media,print,paste,visualchars,inlinepopups",
    entity_encoding : "raw",
    // Theme options
    theme_advanced_buttons1: "cut,copy,pastetext,|,undo,redo,|,link,unlink,|,charmap,emotions,media,|,iespell,cleanup,code,|,print",
    theme_advanced_buttons2: "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,forecolor,backcolor",
    theme_advanced_buttons3: "",
    theme_advanced_toolbar_location: "top",
    theme_advanced_toolbar_align: "left",
    theme_advanced_statusbar_location: "bottom",
    theme_advanced_resizing: true
});
