/tinymce-codeadvanced

Simple tinymce plugin to hide and show the original textarea for serving as html editor

Primary LanguageCSS

tinymce-codeadvanced

Simple tinymce plugin to hide and show the original textarea for serving as html editor

Installation

  1. Copy the plugin.min.js, css folder and css files to tinymce/plugins/codeadvanced/
  2. add codeadvanced to tinymce init
  tinymce.init({
      ... other settings
      "plugins": [
        ... other plugins
        "codeadvanced"
      ],
      "toolbar": "codeadvanced ... other buttons"
  });