Install Table Tools to TinyMCE
- Unpack archived files directly to
tinymce/plugins
. - Turn on the plugin in
initialization script:
plugins: 'jsplusTableTools'
- Add these buttons to the toolbar definition:
- Delete table
jsplusTableDelete
- Configure the table
jsplusTableConf
- Add table row before
jsplusTableRowAddBefore
- Add table row after
jsplusTableRowAddAfter
- Configure the row
jsplusTableRowConf
- Move table row up
jsplusTableRowMoveUp
- Move table row down
jsplusTableRowMoveDown
- Delete table row
jsplusTableRowDelete
- Add table column before
jsplusTableColAddBefore
- Add table column after
jsplusTableColAddAfter
- Configure the column
jsplusTableColConf
- Move table column left
jsplusTableColMoveLeft
- Move table column right
jsplusTableColMoveRight
- Delete table column
jsplusTableColDelete
- Configure the cell
jsplusTableCellConf
- Merge cell right
jsplusTableCellMergeRight
- Merge cell down
jsplusTableCellMergeDown
- Split cell
jsplusTableCellSplit
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.