Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.73 KB

File metadata and controls

71 lines (42 loc) · 2.73 KB

Table plugin

The Table plugin adds table management functionality to {productname}, including dialogs, context menus, context toolbars, menu items, and toolbar buttons.

Basic setup

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  plugins: 'table',
  toolbar: 'table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow | tableinsertcolbefore tableinsertcolafter tabledeletecol'
});

Options

Note
For additional options that are provided by the core table functionality, see Table Options.

These options affect the execution of the table plugin.

Note
The advanced tabs of the table, row, and cell properties dialogs use the colorpicker to allow for border and background colors to be applied. See docs to use and configure a custom colorpicker.

Commands

Note
For additional commands that are provided by the core table functionality, see Core Table Commands.

The Table plugin provides the following {productname} commands.