首先添加一个textarea:
1 2 3 4 5 6 7
添加js代码:
1 if(ref == '#tab_3'){ 2 // 编辑器参数 3 var kingEditorParams = { 4 //指定上传文件参数名称 5 filePostName : "uploadFile", 6 //指定上传文件请求的url。 7 uploadJson : '/upload/uploadFck.do', 8 //上传类型,分别为image、flash、media、file 9 dir : "image"//,10 // width : '1000px',11 // height : '400px'12 }; 13 KindEditor.create('#productdesc',kingEditorParams);14 KindEditor.sync();15 }
库的引用: