1
0

slight changes to enable wysiwyg editor textareas

This commit is contained in:
Ian
2014-06-12 16:57:08 +02:00
parent 344c588844
commit faccabef47
2 changed files with 10 additions and 7 deletions

@ -235,6 +235,7 @@
return;
} else if (typeof(CKEDITOR) != 'undefined') {
oEditor = (typeof(isinstance) == 'undefined') ? CKEDITOR.instances[textarea] : isinstance;
if (typeof(oEditor) == 'undefined') oEditor = popupEditorInstance;
if (oEditor.mode == "wysiwyg") {
oEditor.insertHtml(str);
return;