百度編輯器Ueditor增加字型的修改方法

2021-09-18 00:24:07 字數 1444 閱讀 9540

ueditor本身自帶11種字型

使用過程中這11種字型往往不能滿足我們的需求,現在我要新增「仿宋」和「仿宋gb2312」兩種字型

過程如下:

1、找到檔案 ueditor/lang/zh-cn/zh-cn.js ,找到其中的fontfamily節點,新增「仿宋」和「仿宋gb2312」?

'fontfamily':,

2、找到檔案ueditor\ueditor.config.js檔案(網上也看到一說是ueditor\editor_config.js檔案,可能版本問題),找到其中被注釋掉的fontfamily節點,去掉該節點的注釋,新增「仿宋」和「仿宋gb2312」?

//fontfamily

//字型設定 label留空支援多語言自動切換,若配置,則以配置值為準

,'fontfamily':[

,

,

,

,

,

,

,

,

,

,

,

,

]

//fontsize

//字型大小

//,'fontsize':[10, 11, 12, 14, 16, 18, 20, 24, 36]

新增好的效果圖:

可以看到,仿宋和仿宋gb2312被成功新增上去了

最後,附上部分中文字型的英文名,方便新增字型

百度編輯器ueditor

ue information.autoheightenabled true 自適應高度 ue information.autofloatenabled false 編輯器是否固定導航欄 乙個比較簡單好用的修改辦法,就是直接修改ueditor的原始碼,而且是修改此處即可。1 路徑 editor dia...

百度編輯器 Ueditor 如何增加模板 ?

簡介 下面就告訴大家如何增加模板。查詢模板在源 中的位置 已經知道其它模板的關鍵字,比如有 鍵入文件標題 grep 鍵入文件標題 rdir ueditor 結果 root mreald ueditor grep 鍵入文件標題 r dialogs template config.js html 鍵入文...

百度編輯器 Ueditor 如何增加模板 ?

簡介 下面就告訴大家如何增加模板。查詢模板在源 中的位置 已經知道其它模板的關鍵字,比如有 鍵入文件標題 grep 鍵入文件標題 rdir ueditor 結果 root mrealdueditor grep 鍵入文件標題 r dialogs template config.js html 鍵入文件...