roojs-all.js
authorleon <leon@roojs.com>
Mon, 28 Aug 2023 04:40:03 +0000 (12:40 +0800)
committerleon <leon@roojs.com>
Mon, 28 Aug 2023 04:40:03 +0000 (12:40 +0800)
roojs-debug.js
roojs-bootstrap.js
roojs-bootstrap-debug.js

roojs-bootstrap-debug.js
roojs-debug.js

index bae3ca8..d0d73fa 100644 (file)
@@ -29697,6 +29697,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 ]
             };
         }
+
+
   
         var ret =   {
             tag: 'figure',
@@ -29752,7 +29754,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                                 // we can not rely on yahoo syndication to use CSS elements - so have to use  '<i>' to encase stuff.
                                 tag : 'i',
                                 contenteditable : Roo.htmleditor.BlockFigure.caption_edit,
-                                html : this.caption.length ? this.caption : "Caption"
+                                html : this.caption.length ? this.caption : "Caption" // fake caption
                             }
                             
                         ]
index 668c1f5..4eb4de0 100644 (file)
@@ -48590,6 +48590,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 ]
             };
         }
+
+
   
         var ret =   {
             tag: 'figure',
@@ -48645,7 +48647,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                                 // we can not rely on yahoo syndication to use CSS elements - so have to use  '<i>' to encase stuff.
                                 tag : 'i',
                                 contenteditable : Roo.htmleditor.BlockFigure.caption_edit,
-                                html : this.caption.length ? this.caption : "Caption"
+                                html : this.caption.length ? this.caption : "Caption" // fake caption
                             }
                             
                         ]