ueditor toolbars常用圖標的json數組

最近在用ueditor編輯器,保存一下toolbars的寫法吧,編輯器有些功能不常用。

截圖如下

config.js 中的toolbars:

toolbars: [[
                'source','undo', 'redo', '|',
                'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', '|',
                'forecolor', 'selectall', 'cleardoc', '|',
                'lineheight', 'indent','|',
                'customstyle', 'paragraph', 'fontfamily', 'fontsize',
                
                'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
                'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
                'simpleupload', 'insertimage', 'emotion', 'music', 'attachment', 'insertcode', 'pagebreak', '|',
                'horizontal', '|',
                'preview', 'searchreplace'
            ]]

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章