Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 788 Bytes

File metadata and controls

32 lines (23 loc) · 788 Bytes

Code plugin

This plugin adds a toolbar button that allows a user to edit the HTML code hidden by the WYSIWYG view. It also adds the menu item Source code under the Tools menu.

Basic setup

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

Commands

The Code plugin provides the following JavaScript command.