Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

TinyMce settings

Vote:
 

We have setup custom tinymce settings for differing pagetypes, all good with that.

One particularly group of settings is aimed towards table editing, what I wanted to know is, the menu you expose when you use the TinyMCEButtons.TableButtons.Table, is there a way to remove the highlighted options from this sub menu (probably not im guessing):

table editing

#115001
Jan 07, 2015 16:49
Vote:
 

I do not think so.
If I look at the tinymce page on configuration I can't see any way:

http://www.tinymce.com/wiki.php/Configuration

What you might be able to do is to hide it with some custom css, those rows has a id on them so this css should be able to hide them

#width_row {
    display: none;
}

#styleSelectRow {
    display: none;
}

The only.... but big problem is that the html code loaded in it is in a iframe so putting this css in the editor.css (or simular) does not help.
I can't figure out a way to pass these rules into the iframe now, saidly.. But, if you find a way, it should work

#115012
Jan 07, 2015 20:40
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.