有用百度编辑器(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 src="../../Script/editor_config.js" type="text/javascript"></script>
<script src="../../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
已经配置好了,看看。