Anyone know how I can replace TinyMCE with WYMeditor in Page Publisher?
It loads TinyMCE in a html file with this:
function loadWysiwygScript() {
var editorUrlPath = '$imageurl$tiny_mse/';
document.write("<scr"+"ipt src='" +editorUrlPath+ "tiny_mce.js'></scr"+"ipt>");
document.write("<scr"+"ipt src='" +editorUrlPath+ "editor_config.js'></scr"+"ipt>");
}
I get the path adjustments but that's about it. editor_config.js is a config file for tinyMCE. Anyone see anything that looks recognizable for the switch?