百度ueditor編輯器自定義工具欄:
//引入編輯器配置文件和核心文件
//內(nèi)容容器
varue?=?UE.getEditor('content',?{
toolbars:?[
[
//自定義的工具欄,自定義增減
'undo',//撤銷
'redo',//重做
'bold',//加粗
'indent',//首行縮進(jìn)
'italic',//斜體
'underline',//下劃線
'strikethrough',//刪除線
'subscript',//下標(biāo)
'fontborder',//字符邊框
'superscript',//上標(biāo)
'formatmatch',//格式刷
'pasteplain',//純文本粘貼模式
'selectall',//全選
'preview',//預(yù)覽
'horizontal',//分隔線
'removeformat',//清除格式
'time',//時間
'date',//日期
'inserttitle',//插入標(biāo)題
'cleardoc',//清空文檔
'insertcode',//代碼語言
'fontfamily',//字體
'fontsize',//字號
'paragraph',//段落格式
'link',//超鏈接
'emotion',//表情
'spechars',//特殊字符
'searchreplace',//查詢替換
'justifyleft',//居左對齊
'justifyright',//居右對齊
'justifycenter',//居中對齊
'justifyjustify',//兩端對齊
'forecolor',//字體顏色
'backcolor',//背景色
'insertorderedlist',//有序列表
'insertunorderedlist',//無序列表
'fullscreen',//全屏
'directionalityltr',//從左向右輸入
'directionalityrtl',//從右向左輸入
'rowspacingtop',//段前距
'rowspacingbottom',//段后距
'imagenone',//默認(rèn)
'imageleft',//左浮動
'imageright',//右浮動
'imagecenter',//居中
'lineheight',//行間距
'edittip?',//編輯提示
'customstyle',//自定義標(biāo)題
'autotypeset',//自動排版
'drafts',//?從草稿箱加載
]
],
autoHeightEnabled:?true,
autoFloatEnabled:?true
});
百度編輯器官網(wǎng)地址:http://fex.baidu.com/ueditor/#start-toolbar