GetSimple Support Forum
[Resolved] Custom CKEditor for tables - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: [Resolved] Custom CKEditor for tables (/showthread.php?tid=4318)



[Resolved] Custom CKEditor for tables - krysttof - 2013-02-16

Hello everybody,
I would like to customize CKEditor.
Il would like to have more botums for editing tables.
Is it possible to have botums for :
- insert row,
- insert column,
- delete row,
- delete column.
Possible ?
Thank's for your help !


RE: Custom CKEditor for tables - Connie - 2013-02-17

yes, that is possible.

All the table commands sit in the contextmenu
so try this:

click in a table cell, click right mousebutton and you will get the commands
if you are using firefox, try to click right mousebutton slowly and keep it pressed for a while

it works in Chrome and other browsers, only in Firefox it is a little "dominated by the firefox-contextmenue"

check please if you get the menue with right click

2)
there is a plugin for the editor: Tabletools
http://ckeditor.com/addon/tabletools

how to add plugins to the editor is described in the WIKI


RE: Custom CKEditor for tables - krysttof - 2013-02-17

Cool !
Thank's a lot !