|
|
|
@ -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('</div>')
|
|
|
|
|
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 == '|') {
|
|
|
|
|