
tinyMCE.init({

mode: "exact",
elements: "elm1, elm2, elm3, elm4",
theme: "advanced",
plugins: "insertdatetime, advimage, advlink, table, paste, inlinepopups, spellchecker, ibrowser", 

paste_auto_cleanup_on_paste : true,
      
theme_advanced_buttons1:"cut, copy, paste, separator, separator, formatselect, separator, separator, bullist, numlist, spellchecker",

theme_advanced_buttons2: "bold, italic, underline, link, unlink, ibrowser",

theme_advanced_buttons3:"",

theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "left",
theme_advanced_path_location: "bottom",
content_css: "'.$sn.'?&stylesheet",
plugin_insertdate_dateFormat: "%d-%m-%Y",
plugin_insertdate_timeFormat: "%H:%M:%S",
verify_css_classes: false,
verify_html: false,
trim_span_elements: true,
valid_elements: "*[*]"

});
