NewBranch.bjs
[gitlive] / NewBranch.bjs
index 5c39d8f..1d8ea4f 100644 (file)
        "bool homogeneous" : false,
        "* pack" : "append_page,_this.label_quick_commit.el",
        "xtype" : "Box",
-       "| void load_data" : "() {\n  _this.commit_message.el.set_text(\"\");\n  \n}\n",
+       "| void load_data" : "() {\n  _this.commit_message.el.set_text(\"\");\n  _this.createbtn.updateState();\n}\n",
        "$ xns" : "Gtk",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "items" : [
            "$ xns" : "Gtk"
           },
           {
+           "listeners" : {
+            "key_release_event" : "() => { \n\n\t_this.createbtn.updateState();\n}"
+           },
            "id" : "commit_message",
            "$ visible" : true,
            "xtype" : "Entry",
            },
            "label" : "Commit Changes",
            "id" : "createbtn",
+           "| void updateState" : "() {\n\n\tvar msg = _this.commit_message.el.get_text();\n\t\n\tif (msg == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n",
            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
            "xtype" : "Button",
            "* pack" : "attach_defaults,0,5,2,3",
-           "$ xns" : "Gtk",
-           "| return_type XXXX" : "() {\n\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n"
+           "$ xns" : "Gtk"
           }
          ]
         },