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

index 156681c..57ca091 100644 (file)
@@ -80,13 +80,7 @@ Roo.example.Editor = new Roo.XComponent({
                                                     xtype : 'ImageBlock',
                                                     xns : Roo.bootstrap.editor,
                                                     height : 300,
-                                                    style : 'margin-top:20px;',
-                                                    listeners : {
-                                                        render : function (_self)
-                                                        {
-                                                            this.setValue('<b>test 2</b>');
-                                                        }
-                                                    }
+                                                    style : 'margin-top:20px;'
                                                 }
                                             ]
                                         }