2010-12-09 153 views
1

在下面的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 : 


     } 

回答

1

像螢火蟲使用的東西在Firefox或Chrome的開發者工具或者你使用過的瀏覽器,找到按鈕ID,然後編輯類的CSS文件,你的編輯器或使用jQuery來他們的風格。

或者如果你可以把和在線演示,所以我可以幫你。