|
|
|
@ -264,7 +264,7 @@ K.options = {
|
|
|
|
|
minHeight : 100,
|
|
|
|
|
minChangeSize : 50,
|
|
|
|
|
zIndex : 811213,
|
|
|
|
|
items : ['code', 'emoticons','fontname',
|
|
|
|
|
items : ['emoticons','fontname',
|
|
|
|
|
'forecolor', 'hilitecolor', 'bold', '|', 'justifyleft', 'justifycenter', 'insertorderedlist','insertunorderedlist', '|',
|
|
|
|
|
'formatblock', 'fontsize', '|','indent', 'outdent',
|
|
|
|
|
'|','imagedirectupload','table', 'media', 'preview',"more"
|
|
|
|
@ -4986,8 +4986,7 @@ KEditor.prototype = {
|
|
|
|
|
htmlList.unshift('<div style="display:block" id="define"/>')
|
|
|
|
|
htmlList.push('</div>')
|
|
|
|
|
var htmlListFull = [];
|
|
|
|
|
var fullItems = ['code',
|
|
|
|
|
'emoticons','fontname',
|
|
|
|
|
var fullItems = ['emoticons','fontname',
|
|
|
|
|
'forecolor', 'hilitecolor', 'bold','|', 'justifyleft', 'justifycenter', 'insertorderedlist', 'insertunorderedlist', '|',
|
|
|
|
|
'formatblock', 'fontsize', '|', 'indent', 'outdent',
|
|
|
|
|
'|','imagedirectupload','table', 'media', 'preview', "less",
|
|
|
|
|