jQuery MiniUI

标题: 富文本框uploadJson fileManagerJson [打印本页]

作者: YES    时间: 2013-5-23 17:48:58     标题: 富文本框uploadJson fileManagerJson

富文本框控件中的     uploadJson: 'kindeditor/upload_json.ashx',
            fileManagerJson: 'kindeditor/file_manager_json.ashx',
这两个参数是怎么回事尼,我本地在使用这个方法的时候直接报Js错误,是要将这两个文件放到程序里?文件的路径在哪尼?
var editor = null;
    setTimeout(function () {
        editor = KindEditor.create('#' + editorId, {
            resizeType: 1,
            uploadJson: 'kindeditor/upload_json.ashx',
            fileManagerJson: 'kindeditor/file_manager_json.ashx',
            allowPreviewEmoticons: false,
            allowImageUpload: true,
            items: [
      'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
      'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
      'insertunorderedlist', '|', 'emoticons', 'image', 'link']
        });
    }, 1);


作者: niko    时间: 2013-5-23 21:58:22

富文本编辑器是用第三方控件,具体请参考kindeditor的网站:
http://www.kindsoft.net/




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2