TinyMCE: How to display all toolbars on a single row?

后端 未结 4 899
小鲜肉
小鲜肉 2020-12-19 08:15

This question is basically reverse of Is there a way to wrap the toolbar buttons to the next row in TinyMCE if the width of the editor is too small?

I have a TinyMCE

4条回答
  •  执笔经年
    2020-12-19 08:34

    Add this Jquery line at your javascript code:

    $('[id^=tinyelement_toolbar]').css('display','inline-table')
    

提交回复
热议问题