How can I initialize the editor in javascript
-
I need to dynamically load the editor to use on a bbPress page. This is what I’m currently using:
tinyMCE.init({ selector: 'textarea', plugins: 'hr, wplink, textcolor, image, media, emoticons, charmap, fullscreen, wp_help', forced_root_block : "", menubar: false, toolbar1: 'styleselect,bold,italic,underline,strikethrough,blockquote,bullist,numlist,alignleft,aligncenter,alignright,fullscreen', toolbar2: 'fontsizeselect,forecolor,outdent,indent,hr,charmap,emoticons,image,media,link,unlink,wp_help' });
Is there something specific I need to do to use tinyMCE advanced? The above doesn’t work without using the plugins, which makes me think I’m not loading tinyMCE advanced.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I initialize the editor in javascript’ is closed to new replies.