Roo/form/HtmlEditor/ToolbarContext.js
authorAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:39:39 +0000 (15:39 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:39:39 +0000 (15:39 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index c2694ad..8c9a6a0 100644 (file)
@@ -70,6 +70,14 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
         }
         
     },
+    
+    'FIGURE' : {
+         align: {
+            title: "Align",
+            opts : [ [""],[ "left"],[ "right"],[ "center"],[ "top"]],
+            width : 80  
+        }
+    },
     'A' : {
         name : {
             title: "Name",