examples/bootstrap/Editor.js
authorEdward <edward@roojs.com>
Fri, 13 Feb 2015 04:42:45 +0000 (12:42 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Feb 2015 04:42:45 +0000 (12:42 +0800)
examples/bootstrap/Editor.js

index 01a2ead..5f5f597 100644 (file)
@@ -69,7 +69,13 @@ Roo.example.Editor = new Roo.XComponent({
                                                     xtype : 'TextBlock',
                                                     xns : Roo.bootstrap.editor,
                                                     name : 'block1',
-                                                    height : 300
+                                                    height : 300,
+                                                    listeners : {
+                                                        render : function (_self)
+                                                        {
+                                                            
+                                                        }
+                                                    }
                                                 },
                                                 {
                                                     xtype : 'TextBlock',