From e5e3eeca2c562d071f7345b982aaca1ddd2f9a7a Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Thu, 10 Sep 2015 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?kindeditor=20=20icon=E9=A1=BA=E5=BA=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/kindeditor/kindeditor.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/assets/kindeditor/kindeditor.js b/public/assets/kindeditor/kindeditor.js index bc45cd91f..e8c28f678 100644 --- a/public/assets/kindeditor/kindeditor.js +++ b/public/assets/kindeditor/kindeditor.js @@ -264,10 +264,10 @@ K.options = { minHeight : 100, minChangeSize : 50, zIndex : 811213, - items : ['code', 'emoticons', - 'source','plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', '|', - 'formatblock', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', - 'italic', 'underline', 'removeformat', '|','imagedirectupload','table', 'media',"more" + items : ['code', 'emoticons','fontname', + 'forecolor', 'hilitecolor', 'bold', '|', 'justifyleft', 'justifycenter', 'insertorderedlist','insertunorderedlist', '|', + 'formatblock', 'fontsize', '|','indent', 'outdent', + '|','imagedirectupload','table', 'media', 'preview',"more" ], noDisableItems : ['source', 'fullscreen'], colorTable : [ @@ -4987,16 +4987,16 @@ KEditor.prototype = { htmlList.push('') var htmlListFull = []; var fullItems = ['code', - 'emoticons', - 'source','plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', '|', - 'formatblock', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', - 'italic', 'underline', 'removeformat', '|','imagedirectupload','table', 'media', "less", + 'emoticons','fontname', + 'forecolor', 'hilitecolor', 'bold','|', 'justifyleft', 'justifycenter', 'insertorderedlist', 'insertunorderedlist', '|', + 'formatblock', 'fontsize', '|', 'indent', 'outdent', + '|','imagedirectupload','table', 'media', 'preview', "less", '/', - 'undo', 'redo', '|', 'preview', 'print', 'template', - 'justifyfull', 'insertunorderedlist', 'indent', 'outdent', 'subscript', - 'superscript', 'clearhtml', 'quickformat', /* 'selectall',*/ 'fontname', + 'italic', 'underline', 'undo', 'redo', '|', 'removeformat', + 'justifyright','justifyfull', 'source','plainpaste', 'wordpaste', 'subscript', + 'superscript', 'clearhtml', 'quickformat', /* 'selectall',*/ 'strikethrough', 'lineheight', 'hr', 'pagebreak', - 'anchor' , 'link','unlink' + 'link','unlink', 'print' ] K.each(fullItems, function(i, name) { if (name == '|') {