London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Hide tinymce styles for tables

Vote:
 

Hi,

I have some tinymce styles that just works on tables. Is it possible to hide these from the styles-list in the XHTML-field?

My editor.css looks like this:

h2 {
    EditMenuName: Overskrift 2;
}

h3 {
    EditMenuName: Overskrift 3;
}

h4 {
    EditMenuName: Overskrift 4;
}

p {
    EditMenuName: Paragraf;
}

ul.link-list {
    EditMenuName: Lenkeliste;
}

table.table-grid {
	EditMenuName: Grid tabelll;
}

table.table-zebra {
	EditMenuName: Sebrastripet tabell;
}

It's only the last two that are shown in the create table dialog. And my understanding was that they should only be available from there.

#146983
Apr 01, 2016 12:37
* 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.