You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by tubin gen <fa...@gmail.com> on 2010/01/05 18:00:46 UTC

add additional tinymce settinngs

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"
});