// Advanced Text Editor Settings for TinyMCE tinyMCE.init({ theme : "simple", mode : "textareas", plugins : "paste", paste_create_paragraphs : false, paste_create_linebreaks : false, paste_use_dialog : false, paste_auto_cleanup_on_paste : true, paste_remove_spans : true, paste_remove_styles : true, paste_strip_class_attributes : "all", paste_unindented_list_class : "unindentedList", paste_convert_headers_to_strong : true })