【发布时间】:2010-12-09 12:41:55
【问题描述】:
在下面的 RTE 中,我必须减小宽度,但这样做意味着删除一些功能,例如删除粗体、下划线选项、.......
有什么办法可以在不移除按钮的情况下减小宽度?
也就是说,按钮应该出现在一种小的下拉箭头中。
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 :
}
【问题讨论】:
标签: jquery html css tinymce rich-text-editor