kindEditor编辑器示例

时间:2016-08-01 05:26:08
【文件属性】:

文件名称:kindEditor编辑器示例

文件大小:5.56MB

文件格式:RAR

更新时间:2016-08-01 05:26:08

kindeditor 示例

KindEditor.ready(function(K) { var editor1 = K.create('#content1', { themeType :'default', cssPath : 'kindeditor/plugins/code/prettify.css', uploadJson : 'kindeditor/jsp/upload_json.jsp', fileManagerJson : 'kindeditor/jsp/file_manager_json.jsp', allowFileManager : true, useContextmenu : false, items : [ 'preview', 'print',' ','fontname','fontsize','|','bold', 'italic', 'underline', 'strikethrough', '|','forecolor','hilitecolor', '|', 'justifyleft', 'justifycenter', 'justifyright','|', 'insertorderedlist', 'insertunorderedlist', '|','image','media','insertfile','link' ,' ' ,' ', ,' ' ,' ', ,' ' ,' ',' ' ,' ' ,' ' ,' ' ,' ' ,' ' ,' ' ,' ' ,'fullscreen' ], filterMode : false, afterCreate : function() { var self = this; K.ctrl(document, 13, function() { self.sync(); document.forms['example'].submit(); }); K.ctrl(self.edit.doc, 13, function() { self.sync(); document.forms['example'].submit(); }); } }); prettyPrint(); });


网友评论

  • 还不错,可惜没用上
  • 没有用着,不过还是谢谢,