﻿tinyMCE.init({
    mode : "textareas",
    theme: "advanced",
    editor_selector: "richEditor",
    relative_urls: false,
    convert_urls: false,
    plugins: "safari,style,searchreplace,fullscreen,table,media",
    theme_advanced_buttons1: "cut,copy,paste,|,bold,italic,underline,strikethrough,|,bullist,numlist,|,search,replace,|,undo,redo",
    theme_advanced_buttons2:"",
    theme_advanced_buttons3: "",
    theme_advanced_buttons4: "",    
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_fonts : "Trebuchet MS=Trebuchet MS,Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;AkrutiKndPadmini=Akpdmi-n",
    entity_encoding : "raw",
    content_css : "/styles/tinymce_editor.css",
    extended_valid_elements : "-p",
    paste_use_dialog : false,
    paste_auto_cleanup_on_paste : true,
    paste_convert_headers_to_strong : false,
    paste_strip_class_attributes : "all",
    paste_remove_spans : true,
    paste_remove_styles : true,
    forced_root_block: "p",
    invalid_elements : "div,img"

});
