Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.19 KB

File metadata and controls

44 lines (31 loc) · 1.19 KB

Advanced Code Editor plugin

This plugin adds a toolbar button that allows a user to edit the HTML code using a more advanced code editor than the default textarea.

If you are using Advanced Code Editor advcode plugin, make sure you do not use Code (code) plugin.

Example: Basic setup

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  plugins: 'advcode',
  toolbar: 'code'
});

The difference between the Code and Advanced Code Editor plugins

Commands

The Advanced Code plugin provides the following JavaScript command.