KindEditor会过滤掉一些HTML标签

editor= K.create('textarea[name="simpleNewsContentTA"]', {
		cssPath : '../kindeditor/plugins/code/prettify.css',
		uploadJson : '../kindeditor/jsp/upload_json.jsp',
		fileManagerJson : '../kindeditor/jsp/file_manager_json.jsp',
		allowFileManager : true,
		filterMode: false,   //此行取消过滤
		afterCreate : function() {				
		}
	});


你可能感兴趣的:(KindEditor会过滤掉一些HTML标签)