tags:

views:

6

answers:

0

How can I add buttons to the toolbar of CKEditor to do some of the common <table> functions, such as "Insert Row After", "Merge Cells", etc.? Specifically I'm just looking for the short names that generate these buttons. So fill in the blanks below:

config.toolbar_Custom = 
[
    ['Bold', 'Italic', '-', 'Table', '????', '????', '????', '????']
];

I just need to know what all of these names would be for any <table> related button.