主题: 求助啊~~
作者: 超子, 发布日期: 2010-12-02 16:32:07, 浏览数: 4662

我在 asp.net MVC 里

然后用 jquery 加载 控件 

 $.ajax({

    url: 'aa',

        type: 'GET',

        dataType: 'ascx',

        timeout: 0,

        success: function(html) {

        $("#CommunityTopicsList").html(html);

        KE.init({ id: 'textcontent',

          resizeMode: 1,

          allowPreviewEmoticons: false,

            allowUpload: true,

            items: [

'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline',

'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',

'insertunorderedlist', '|', 'emoticons', 'image', 'link']

        

        

         });

        KE.create('textcontent');

   

        }

    });

然后我先添加照片的时候报错了

 

KE.g[id] is undefined

var allowUpload = (typeof KE.g[id]....ned') ? true : KE.g[id].allowUpload;

怎么解决啊?

作者: 名字真难起, 发布日期: 2010-12-23 14:33:18
有结果了么???我也遇到这种问题了
回复
发表新帖 发表回复