提交 8b3cf0f7 编写于 作者: 蔡祥熠

Merge branch 'fix/Process.html_editor_mobile_notshowimg' into 'wrdp'

Merge of fix/Process.html_editor_mobile_notshowimg 修复ck编辑器移动端图片不显示的问题  to wrdp

See merge request o2oa/o2oa!3044
......@@ -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.
先完成此消息的编辑!
想要评论请 注册