examples/bootstrap/Editor.js
authorEdward <edward@roojs.com>
Thu, 12 Feb 2015 07:28:27 +0000 (15:28 +0800)
committerEdward <edward@roojs.com>
Thu, 12 Feb 2015 07:28:27 +0000 (15:28 +0800)
examples/bootstrap/Editor.js

index 2e9d542..f279e31 100644 (file)
@@ -67,16 +67,13 @@ Roo.example.Editor = new Roo.XComponent({
                                                     xtype : 'TextBlock',
                                                     xns : Roo.bootstrap.editor,
                                                     name : 'block1',
-                                                    height : 300,
-                                                    items : [
-                                                        
-//                                                        {
-//                                                            xtype : 'HtmlEditor',
-//                                                            xns : Roo.bootstrap,
-//                                                            height : 200,
-//                                                            name : 'block1'
-//                                                        }
-                                                    ]
+                                                    height : 300
+                                                },
+                                                {
+                                                    xtype : 'TextBlock',
+                                                    xns : Roo.bootstrap.editor,
+                                                    name : 'block2',
+                                                    height : 300
                                                 }
                                             ]
                                         }