Simple tinymce plugin to hide and show the original textarea for serving as html editor
- Copy the plugin.min.js, css folder and css files to tinymce/plugins/codeadvanced/
- add codeadvanced to tinymce init
tinymce.init({
... other settings
"plugins": [
... other plugins
"codeadvanced"
],
"toolbar": "codeadvanced ... other buttons"
});