Install Bootstrap Table Tools to TinyMCE
- Unpack archived files directly to
tinymce/plugins
. - Turn on the plugin in
initialization script:
plugins: 'jsplusInclude,jsplusTableTools'
-
Specify framework (Bootstrap or Foundation) for Include CSS/JS add-on:
jsplusInclude: { framework: "b3" // or "b4", "f5", "f6", "f6x" }
b3
means Bootstrap 3 here.
This option will affect to all other CSS framework-specific add-ons too.
Read more about framework option or including CSS framework into the page. - 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.