|
javascript add to tinymceBecause I will forget unless I save a copy here.
// Adding content to the end of the tinymce editor
function addToTiny(newContent){
var inst = tinyMCE;
inst.execCommand('mceFocus',false,'content');
inst.execCommand('mceInsertContent', true, newContent);
}
|
Spanish proverb
Más vale malo conocido que bueno por conocer Better known evil than good yet to know |