Roo/htmleditor/BlockTd.js
authorAlan <alan@roojs.com>
Thu, 23 Dec 2021 07:30:41 +0000 (15:30 +0800)
committerAlan <alan@roojs.com>
Thu, 23 Dec 2021 07:30:41 +0000 (15:30 +0800)
Roo/htmleditor/BlockTd.js

index 478a449..3542bf7 100644 (file)
@@ -380,7 +380,10 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.node.setAttribute('rowspan', this.rowspan);
     },
     
-    
+    split: function() {
+        
+        
+    }