Browse Source

正文编辑器loadpage运行位置调整

huqi 5 years ago
parent
commit
3dfb470e64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      o2web/source/x_component_process_Xform/Documenteditor.js

+ 2 - 2
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -1404,7 +1404,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor =  new Cla
             // format_tags: '标题一;标题二;标题三;标题四;正文', // entries is displayed in "Paragraph format"
             // format_tags: '标题一;标题二;标题三;标题四;正文', // entries is displayed in "Paragraph format"
             format_tags: '标题一;标题二;正文(标题三,四)', // entries is displayed in "Paragraph format"
             format_tags: '标题一;标题二;正文(标题三,四)', // entries is displayed in "Paragraph format"
             'format_标题一': {
             'format_标题一': {
-                name: '标题一',
+                name: '标题一(三号黑体)',
                 element: 'div',
                 element: 'div',
                 styles: {
                 styles: {
                     'font-family': '黑体',
                     'font-family': '黑体',
@@ -1412,7 +1412,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor =  new Cla
                 }
                 }
             },
             },
             'format_标题二': {
             'format_标题二': {
-                name: '标题二',
+                name: '标题二(三号楷体)',
                 element: 'div',
                 element: 'div',
                 styles: {
                 styles: {
                     'font-family': '楷体',
                     'font-family': '楷体',