提交 1b3ba6bc 编写于 作者: U unknown

修复ck编辑器移动端图片不显示的问题

上级 737f1fa6
......@@ -78,7 +78,8 @@ MWF.xApplication.cms.Xform.Htmleditor = MWF.CMSHtmleditor = new Class({
if (!editorConfig.toolbar && !editorConfig.toolbarGroups){
editorConfig.toolbar = [
{ name: 'paragraph', items: [ 'Bold', 'Italic', "-" , 'TextColor', "BGColor", 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', "-", 'Undo', 'Redo' ] },
{ name: 'basicstyles', items: [ 'Styles', 'FontSize']}
{ name: 'basicstyles', items: [ 'Styles', 'FontSize']},
{ name: 'insert', items : [ 'Image' ] }
];
}
}
......
......@@ -78,7 +78,8 @@ MWF.xApplication.process.Xform.Htmleditor = MWF.APPHtmleditor = new Class(
if (!editorConfig.toolbar && !editorConfig.toolbarGroups){
editorConfig.toolbar = [
{ name: 'paragraph', items: [ 'Bold', 'Italic', "-" , 'TextColor', "BGColor", 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', "-", 'Undo', 'Redo' ] },
{ name: 'basicstyles', items: [ 'Styles', 'FontSize']}
{ name: 'basicstyles', items: [ 'Styles', 'FontSize']},
{ name: 'insert', items : [ 'Image' ] }
];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册