系統(tǒng)軟件園 - 打造精品軟件下載網(wǎng)站 系統(tǒng)軟件園首頁 | Win7激活工具 | 熱門專題
系統(tǒng)軟件園>您的位置:首頁 > 軟件下載 > 應(yīng)用軟件 > 文字處理 >

Ueditor下載|ueditor編輯器(百度富文本編輯器) V1.4.3.3免費版

Ueditor下載|ueditor編輯器(百度富文本編輯器) V1.4.3.3免費版
更新時間:2023-11-15軟件大小:10.1M軟件格式:.rar
授權(quán)方式:免費版軟件語言:簡體中文軟件類型:國產(chǎn)軟件

安全檢測:

推薦星級:

分享到:

軟件介紹

Ueditor編輯器是由百度開發(fā)的富文本編輯器,兼容所有CMS系統(tǒng),具有輕量,可定制,注重用戶體驗等特點,開源基于BSD協(xié)議,安裝簡單,允許自由使用和使用代碼等優(yōu)點。

Ueditor編輯器軟件特色

體積小巧,性能優(yōu)良,使用簡單

分層架構(gòu),方便定制與擴展

滿足不同層次用戶需求,更加適合團隊開發(fā)

豐富完善的中文文檔

多個瀏覽器支持:Mozilla, MSIE, FireFox, Maxthon,Safari和Chrome

更好的使用體驗

擁有專業(yè)QA團隊持續(xù)支持,已應(yīng)用在百度各大產(chǎn)品線上

Ueditor編輯器怎么安裝?


1、引用JS;

ueditor.config.js
ueditor.all.min.js
lang/zh-cn/zh-cn.js

<script src="__plus__/ueditor/ueditor.config.js"></script>
<script src="__plus__/ueditor/ueditor.all.min.js"></script>
<script src="__plus__/ueditor/lang/zh-cn/zh-cn.js"></script>

2. 編輯器顯示處 id="content"
<textarea id="content" name="content"></textarea>

3.底部
<script type="text/javascript">
    //實例化編輯器
    //建議使用工廠方法getEditor創(chuàng)建和引用編輯器實例,如果在某個閉包下引用該編輯器,直接調(diào)用UE.getEditor('editor')就能拿到相關(guān)的實例
    UE.getEditor('content',{initialFrameWidth:1500,initialFrameHeight:400,});  
</script>

效果:
Ueditor下載

4.ueditor編輯器按鈕配置方法

定制工具欄圖標

UEditor 工具欄上的按鈕列表可以自定義配置,只需要通過修改配置項就可以實現(xiàn)需求

配置項修改說明

修改配置項的方法:

1.方法一:修改 ueditor.config.js 里面的 toolbars
js方法
<script type="text/javascript">
//實例化編輯器
//建議使用工廠方法getEditor創(chuàng)建和引用編輯器實例,如果在某個閉包下引用該編輯器,直接調(diào)用UE.getEditor(‘editor’)就能拿到相關(guān)的實例
UE.getEditor(‘content’,{initialFrameWidth:700,initialFrameHeight:400, toolbars: [[‘bold’, ‘italic’, ‘underline’, ‘fontborder’, ‘strikethrough’, ‘superscript’, ‘subscript’,
‘removeformat’, ‘formatmatch’, ‘autotypeset’, ‘blockquote’, ‘pasteplain’, ‘|’, ‘forecolor’, ‘backcolor’, ‘insertorderedlist’, ‘insertunorderedlist’,
‘selectall’, ‘cleardoc’]]});
</script>
>```    
2. 方法二:實例化編輯器的時候傳入 toolbars 參數(shù)(寫在script代碼塊里)

>`var ue = UE.getEditor(‘container’);`

簡單列表-注意toolbars數(shù)組里面只有一個數(shù)組時,編輯器上只有會有一行按鈕,沒有換行

toolbars: [[‘fullscreen’, ‘source’, ‘undo’, ‘redo’, ‘bold’]]
若想有多行列表-toolbars數(shù)組里面要有多個數(shù)組,每個數(shù)組占一行

例子:
把下面的代碼放入高度后面:

```html
toolbars: [['fullscreen', 'source', 'undo', 'redo','bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript','removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist','selectall', 'cleardoc']]
<script type="text/javascript">
//實例化編輯器
//建議使用工廠方法getEditor創(chuàng)建和引用編輯器實例,如果在某個閉包下引用該編輯器,直接調(diào)用UE.getEditor('editor')就能拿到相關(guān)的實例
UE.getEditor('content',{initialFrameWidth:800,initialFrameHeight:400,toolbars: [['fullscreen', 'source', 'undo', 'redo','bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript','removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist','selectall', 'cleardoc']]});
</script>
相關(guān)軟件下載
返回頂部


系統(tǒng)軟件完發(fā)布的系統(tǒng)鏡像及軟件均來至互聯(lián)網(wǎng),僅供學(xué)習(xí)和研究使用,不得用于任何商業(yè)用途并請在下載后24小時內(nèi)刪除,如果滿意請聯(lián)系版權(quán)方購買。
如果您發(fā)現(xiàn)本站侵害了您的版權(quán),請立即聯(lián)系我們,本站將第一時間進行相關(guān)處理。郵箱:[見首頁]
版權(quán)聲明|下載聲明 Copyright @ 2021 系統(tǒng)軟件園