Sample/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:27:52 +0000 (17:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:27:52 +0000 (17:27 +0800)
Sample/Window.bjs

index 74e0d51..b8ce701 100644 (file)
                                                                                     "|xns": "Gtk",
                                                                                     "items": [
                                                                                         {
+                                                                                            "listeners": {
+                                                                                                "activate": "function (self) {\nthis.get('/RightBrowser.view').renderJS(js[0]);\n}"
+                                                                                            },
                                                                                             "label": "Redraw",
                                                                                             "pack": "pack_start,false,false,0",
                                                                                             "xtype": "Button",
-                                                                                            "|xns": "Gtk",
-                                                                                            "listeners": {
-                                                                                                "activate": "function (self) {\n\n}"
-                                                                                            }
+                                                                                            "|xns": "Gtk"
                                                                                         },
                                                                                         {
                                                                                             "listeners": {