[Plugin: CKEditor For WordPress] How to switch CKEditor on custom texarea-s
-
Dear Developers!
How can i turn CKEditor on, on my custom textarea-s (but keeping the post and page editor also on CKEditor) in the WordPress admin section? I tried this code, but didn’t work:
<script type="text/javascript"< var oFCKeditor = new FCKeditor( 'MyTextarea' ) ; oFCKeditor.BasePath = '/FCKEditor/fckeditor/'; oFCKeditor.Config['CustomConfigurationsPath'] = "/FCKEditor/fckeditor.config.js"; oFCKeditor.ReplaceTextarea() ; </script>
Thank you!
https://www.ads-software.com/extend/plugins/ckeditor-for-wordpress/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: CKEditor For WordPress] How to switch CKEditor on custom texarea-s’ is closed to new replies.