In the following RTE I have to reduce the width but doing this means removing some of the features like remove bold,underline options,……..
Is there any way to reduce the width without removing the buttons?
i.e, the buttons should appear in a small kind of dropdown arrow.
function MYRTE()
{
theme : "advanced",
theme_advanced_buttons1 : "save,|,bold,italic,underline,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,|,search,replace,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 :
}
If the heigth is no issue you could use an additional button column as specified here and place some of the other columns buttons there.