In TinyMCE how do I customize which features are available? Right now I only seem to be able to choose between simple, default, and advanced. But simple is too simple and advanced will get my clients in trouble — fast. So what I need is kind of a hybrid of the two.

For instance, take the simple interface with the following changes:

remove:
underline and strikethrough

add:
anchor, p, class, h1-h6

Comments

gte451f’s picture

I would like to know how to do this as well. My (limited) understanding is that an HTML page calls a javascript function in the place where the editor should appear. I also supplies the parameters as to what tools bars should be displayed. I think you can do somthing like Simple, Default, Advanced (With Advanced allowing your to further specifiy individual buttons).

All that being said I would further guess that the tinyMCE module creates the javascript call that initiallizes the editor. Maybe we would have to go edit that call to our liking.