您好,登錄后才能下訂單哦!
1.準(zhǔn)備工作
下載地址 http://ueditor.baidu.com/website/
下載出來 你所需要的udditor版本
2.解壓出來
3.導(dǎo)包 解壓出來文件jsp下的lib導(dǎo)入 到項(xiàng)目中web-inif 下的lib中
注意: 如果導(dǎo)入包仍然報(bào) inser... server ... 這種錯(cuò)誤,把包導(dǎo)入 服務(wù)器 lib下
4.修改配置文件
ueditor.config.js
window.UEDITOR_HOME_URL = "/default/eos/";
從注釋中取消 ,default是項(xiàng)目名稱 eos是udditor存放的文件目錄
如圖
5.修改jsp下 config.json
"p_w_picpathUrlPrefix": "http://localhost:8989/default",
注:如果想修改上傳圖片存放的路徑
修改下面
6.測(cè)試頁(yè)面
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script type="text/javascript" charset="utf-8" src="ueditor.config.js"></script>
<script type="text/javascript" charset="utf-8" src="ueditor.all.min.js"> </script>
<link rel="stylesheet" href="themes/default/css/ueditor.css">
</head>
<body>
<div align="center">
<textarea id="newsEditor" name="content">百度編輯器</textarea>
<br/>
<input type="submit" value="提交">
<script type="text/javascript">
var editor = new baidu.editor.ui.Editor();
editor.render("newsEditor");
</script>
</div>
</body>
</html>
注意:過程如果報(bào) 資源錯(cuò)誤,是jar包導(dǎo)入錯(cuò)了
如果是路徑不統(tǒng)一,是上面配置的路徑問題有誤
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。