1、KindEditor编辑器初始化参数Contents 编辑器初始化参数 o width o height o minWidth o minHeight o items o noDisableItems o filterMode o htmlTags o wellFormatMode o resizeType o themeType o langType o designMode o fullscreenMode o basePath o themesPath o pluginsPath o langPath o minChangeSize o urlType o newlineTag o pa
2、steType o dialogAlignType o shadowMode o useContextmenu o syncType o indentChar o cssPath o cssData o bodyClass o colorTable o afterCreate o afterChange o afterTab o afterFocus o afterBlur o afterUpload o uploadJson o fileManagerJson o allowPreviewEmoticons o allowImageUpload o allowFlashUpload o al
3、lowMediaUpload o allowFileUpload o allowFileManager o fontSizeTable o imageTabIndex o formatUploadUrl o fullscreenShortcut o extraFileUploadParams o filePostName o fillDescAfterUploadImage o afterSelectFile o pagebreakHtml width编辑器的宽度,可以设置 px 或%,比 textarea 输入框样式表宽度优先度高。 数据类型: String 默认值: textarea 输入
4、框的宽度 示例:K.create(#id, width : 700px);height编辑器的高度,只能设置 px,比 textarea 输入框样式表高度优先度高。 数据类型: String 默认值: textarea 输入框的高度 minWidth指定编辑器最小宽度,单位为 px。 数据类型: Int 默认值: 650 minHeight指定编辑器最小高度,单位为 px。 数据类型: Int 默认值: 100 items配置编辑器的工具栏,其中”/”表示换行,”|” 表示分隔符。 数据类型: Array 默认值: source, |, undo, redo, |, preview, prin
5、t, template, code, cut, copy, paste,plainpaste, wordpaste, |, justifyleft, justifycenter, justifyright,justifyfull, insertorderedlist, insertunorderedlist, indent, outdent, subscript,superscript, clearhtml, quickformat, selectall, |, fullscreen, /,formatblock, fontname, fontsize, |, forecolor, hilit
6、ecolor, bold,italic, underline, strikethrough, lineheight, removeformat, |, image, multiimage,flash, media, insertfile, table, hr, emoticons, baidumap, pagebreak,anchor, link, unlink, |, aboutsource HTML 代码preview 预览undo 后退redo 前进cut 剪切copy 复制paste 粘贴plainpaste 粘贴为无格式文本wordpaste 从 Word 粘贴selectall 全
7、选justifyleft 左对齐justifycenter 居中justifyright 右对齐justifyfull 两端对齐insertorderedlist 编号insertunorderedlist 项目符号indent 增加缩进outdent 减少缩进subscript 下标superscript 上标formatblock 段落fontname 字体fontsize 文字大小forecolor 文字颜色hilitecolor 文字背景bold 粗体italic 斜体underline 下划线strikethrough 删除线removeformat 删除格式image 图片flas
8、h Flashmedia 视音频table 表格hr 插入横线emoticons 插入表情link 超级链接unlink 取消超级链接fullscreen 全屏显示about 关于print 打印code 插入程序代码map Google 地图baidumap 百度地图lineheight 行距clearhtml 清理 HTML 代码pagebreak 插入分页符quickformat 一键排版insertfile 插入文件template 插入模板anchor 插入锚点noDisableItemsdesignMode 为 false 时,要保留的工具栏图标。 数据类型: Array 默认值:
9、 source, fullscreen filterModetrue 时根据 htmlTags 过滤 HTML 代码,false 时允许输入任何代码。 数据类型: Boolean 默认值: true Note4.1.1 版本开始默认值为 true。htmlTags指定要保留的 HTML 标记和属性。Object 的 key 为 HTML 标签名,value 为 HTML 属性数组,”.” 开始的属性表示 style 属性。 数据类型: Object 默认值: font : color, size, face, .background-color,span : .color, .backgrou
10、nd-color, .font-size, .font-family, .background,.font-weight, .font-style, .text-decoration, .vertical-align, .line-height,div : align, .border, .margin, .padding, .text-align, .color,.background-color, .font-size, .font-family, .font-weight, .background,.font-style, .text-decoration, .vertical-alig
11、n, .margin-left,table: border, cellspacing, cellpadding, width, height, align, bordercolor,.padding, .margin, .border, bgcolor, .text-align, .color, .background-color,.font-size, .font-family, .font-weight, .font-style, .text-decoration, .background,.width, .height, .border-collapse,td,th: align, va
12、lign, width, height, colspan, rowspan, bgcolor,.text-align, .color, .background-color, .font-size, .font-family, .font-weight,.font-style, .text-decoration, .vertical-align, .background, .border,a : href, target, name,embed : src, width, height, type, loop, autostart, quality, .width, .height, align
13、, allowscriptaccess,img : src, width, height, border, alt, title, align, .width, .height, .border,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6 : align, .text-align, .color, .background-color, .font-size, .font-family, .background,.font-weight, .font-style, .text-decoration, .vertical-align, .text-indent,
14、 .margin-left,pre : class,hr : class, .page-break-after,br,tbody,tr,strong,b,sub,sup,em,i,u,strike,s,del : wellFormatModetrue 时美化 HTML 数据。 数据类型: Boolean 默认值: true resizeType2 或 1 或 0,2 时可以拖动改变宽度和高度, 1 时只能改变高度,0 时不能拖动。 数据类型: Int 默认值: 2 themeType指定主题风格,可设置”default”、”simple”,指定 simple 时需要引入 simple.css。
15、 数据类型: String 默认值: “default” 示例:var editor;KindEditor.ready(function(K) editor = K.create(#editor_id, themeType : simple););langType指定语言,可设置”en” 、”zh_CN” ,需要引入 lang/langType.js。 数据类型: String 默认值: “zh_CN” 示例:var editor;KindEditor.ready(function(K) editor = K.create(#editor_id, langType : en););design
16、Mode可视化模式或代码模式 数据类型: Boolean 默认值: true fullscreenModetrue 时加载编辑器后变成全屏模式。 数据类型: Boolean 默认值: false basePath指定编辑器的根目录路径。 数据类型: String 默认值: 根据 kindeditor.js 文件名自动获取 themesPath指定编辑器的 themes 目录路径。 数据类型: String 默认值: basePath + themes/ pluginsPath指定编辑器的 plugins 目录路径。 数据类型: String 默认值: basePath + plugins/ langPath指定编辑器的 lang 目录路径。