webapp лет назад: 6
Родитель
Сommit
853031c0a2

+ 13 - 1
WebService/src/main/resources/components/noticePackage/addNoticeView/addNoticeView.js

@@ -176,7 +176,19 @@
                          onChange:function(contents,$editable){
                             vc.component.addNoticeViewInfo.context = contents;
                          }
-                    }
+                    },
+                    toolbar: [
+                        ['style', ['style']],
+                        ['font', ['bold', 'italic', 'underline', 'clear']],
+                        ['fontname', ['fontname']],
+                        ['color', ['color']],
+                        ['para', ['ul', 'ol', 'paragraph']],
+                        ['height', ['height']],
+                        ['table', ['table']],
+                        ['insert', ['link', 'picture']],
+                        ['view', ['fullscreen', 'codeview']],
+                        ['help', ['help']]
+                      ],
                 });
             },
             closeNoticeInfo:function(){