I'm trying to use only ONE row of buttons for the "Advanced" mode of TTmce. However, a minimum THREE rows of buttons always show up ! The second and third rows show up with buttons I did not put in the "TinyMCE init script for advanced mode:" code section.

Is there a way to change that?

thanks.

Comments

Steve Lockwood’s picture

Status: Active » Fixed

The following seems to work:

   ...
   theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect, | |,forecolor,backcolor, ",
   theme_advanced_buttons2 : "",
   theme_advanced_buttons3 : "",
   theme_advanced_buttons4 : "",
   ...

So don't delete the button definitions - instead give each row an empty definition.

Steve

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.