slight changes to enable wysiwyg editor textareas
This commit is contained in:
templates/2k11/admin
@ -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;
|
||||
|
Reference in New Issue
Block a user