读书人

有用百度编辑器(Ueditor)的吗?如何配

发布时间: 2013-01-11 11:57:35 作者: rapoo

有用百度编辑器(Ueditor)的吗?怎么配置啊。。。。
我的目录是(【】代表文件夹)
-【Script】
--【dialogs】
--【themes】
--【third-party】
--editor_all.js
--editor_config.js

-【MainForm】
-- 【Form1】
--- xxx.aspx


<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title></title>
<script style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/Script/editor_config.js" type="text/javascript"></script>
<script style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/Script/editor_all.js" type="text/javascript"></script>
<link href="../../Script/themes/default/css/ueditor.css" rel="stylesheet" type="text/css" />
</head>

<body>

<script type="text/plain" id="baiduEditor">初始内容</script>

</body>


<script type="text/javascript">
var URL = "./ueditor/"; //这个地方我没懂,是不是这的问题?
var editor = new baidu.editor.ui.Editor();
editor.render("baiduEditor");
</script>


为什么就渲染不出来呢。。。。
[解决办法]

http://download.csdn.net/detail/a2268214295/4824270

已经配置好了,看看。

读书人网 >asp.net

热点推荐