tinymce get content error
-
Hi, have theme (no updating) now have problem with theme page builder, i get error Cannot read property ‘getContent’ of null.
Part of Code of theme js is:
else { var content = tinymce.get(id).getContent(); window.tinyMCE.execCommand('mceRemoveEditor', true, id); window.tinyMCE.execCommand('mceAddEditor', true, id); tinymce.get(id).setContent(content); wpActiveEditor = id; }
id – is ID of textarea…is it fixable? Of course i understand, that i need to update – but i can’t…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘tinymce get content error’ is closed to new replies.