主题: Exjts4 使用KindEditor的问题?重复创建会报错. |
作者: 小禁区过人, 发布日期: 2013-01-16 11:14:04, 浏览数: 3633 |
{
xtype : "textarea", name : "msgcontent", height : 250, fieldLabel : "内容", listeners : { 'render':function(){ setTimeout(function () { var editor = KindEditor.create('textarea[name="msgcontent"]', { allowFileManager: true, cssPath : '/plugin/kindeditor/plugins/code/prettify.css', uploadJson : 'plugin/kindeditor/jsp/upload_json.jsp',//图片上传 fileManagerJson : 'plugin/kindeditor/jsp/file_manager_json.jsp',//文件上传 items : [ 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', '|', 'emoticons', 'image', 'link' ] }); me.setKindeditor(editor); //载入KindEditor }, 1); } } } 第一次打开这个页面的时候没有问题,但关闭后,再打开就会报错: Uncaught Ext.AbstractManager.register(): Registering duplicate id "content2" with this manager ,不知道为什么? |
作者: Roddy, 发布日期: 2013-01-16 13:17:29 |
content2 ID 重复?
|
回复 |
作者: 小禁区过人, 发布日期: 2013-01-16 13:50:53 |
回复Roddy:问题是没有用到这个ID啊,难道是默认帮我创建的,可是关闭之后再次创建怎么会重复呢?
|
回复 |