Sample/Editor.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 02:45:09 +0000 (10:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 02:45:09 +0000 (10:45 +0800)
Sample/Editor.bjs

index 39bc880..fe181d9 100644 (file)
@@ -32,7 +32,8 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "activate": "function (self) {\n  this.get('/Editor.RightEditor').save();\n}"
+                                        "activate": "function (self) {\n  this.get('/Editor.RightEditor').save();\n}",
+                                        "clicked": "function (self) {\n\n}"
                                     },
                                     "id": "save_button",
                                     "label": "Save",