我的目录是(【】代表文件夹)
-【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>
为什么就渲染不出来呢。

解决方案 »

  1.   

    http://ueditor.baidu.com/website/ 这里有样例你都没看懂?
      

  2.   

      var URL = "./ueditor/";    //这个地方我没懂,是不是这的问题?
    路径啊。
      

  3.   


    http://download.csdn.net/detail/a2268214295/4824270已经配置好了,看看。
      

  4.   


    请问怎么才能得到编辑框里输入的内容?
    我加了句(view-source:http://ueditor.baidu.com/website/onlinedemo.html文档里找的)
    var msg = UE.getEditor('editor').getContent();没有获得东西
      

  5.   


    “对象不支持getEditor属性或方法”  我只写了个函数其他的都没动