I want to add addfitional setting to tinymce init

by default TinyMCESettings adds the follwoing


tinyMCE.init({
        mode : "exact",
        elements : "recommendation24c",
        language : "en",
        theme : "simple" });

please tell   me how to add the additional setting  ?

tinyMCE.init({
    mode : "exact",
    elements : "d_vsebina,d_cilji",
    width : "100%",
    content_css: "arial.css",
    valid_elements : "p,ul[type],ol[type],li,b,i,u",
     paste_auto_cleanup_on_paste : true,
     paste_convert_headers_to_strong : false,
     paste_strip_class_attributes : "all"
});

Reply via email to