Builder4/DialogNewComponent.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:08:39 +0000 (19:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:08:39 +0000 (19:08 +0800)
Builder4/DialogNewComponent.js
Builder4/DialogNewComponent.vala

Builder4/DialogNewComponent.bjs
Builder4/DialogNewComponent.js
Builder4/DialogNewComponent.vala

index ff9dcf2..ff29c1f 100644 (file)
@@ -20,7 +20,7 @@
             "xtype": "Dialog",
             "|deletable": "false",
             "|modal": "true",
-            "|void:show": "(JsRender.JsRender c) \n{\n    this.project = c.project;\n    \n    if (!this.el) {\n        //this.init();\n    }\n    \n    this.def =  { \n        name : '' , \n        title : '' ,\n        region : '' ,\n        parent: '',\n      //  disable: '',\n        modOrder : '0',\n        permname : ''\n    };\n    \n    \n    for (var i in this.def) {\n        c[i] = c[i] || this.def[i];\n        this.get(i).el.set_text(c[i]);\n    }\n    \n    if (c.name.length > 0) {\n        this.el.set_title(\"Edit File Details - \" + c.name);\n    } else {\n        this.el.set_title(\"Create New File\");\n    }\n     \n    this.file = c;\n    console.log('show all');\n    this.el.show_all();\n    this.success = c.success;\n    \n    \n}",
+            "|void:show": "(JsRender.JsRender c) \n{\n    this.project = c.project;\n    \n    if (!this.el) {\n        //this.init();\n    }\n    \n    this.def =  { \n        name : '' , \n        title : '' ,\n        region : '' ,\n        parent: '',\n      //  disable: '',\n        modOrder : '0',\n        permname : ''\n    };\n    \n    \n    for (var i in this.def) {\n        c[i] = c[i] || this.def[i];\n        this.get(i).el.set_text(c[i]);\n    }\n    \n    if (c.path.length > 0) {\n        this.el.set_title(\"Edit File Details - \" + c.name);\n    } else {\n        this.el.set_title(\"Create New File\");\n    }\n     \n    this.file = c;\n    console.log('show all');\n    this.el.show_all();\n    this.success = c.success;\n    \n    \n}",
             "|xns": "Gtk",
             "items": [
                 {
index 858ddf2..bbb0130 100644 (file)
@@ -120,7 +120,7 @@ DialogNewComponent=new XObject({
             this.get(i).el.set_text(c[i]);
         }
         
-        if (c.name.length > 0) {
+        if (c.path.length > 0) {
             this.el.set_title("Edit File Details - " + c.name);
         } else {
             this.el.set_title("Create New File");
index 89cc4c1..5d75424 100644 (file)
@@ -182,7 +182,7 @@ public class Xcls_DialogNewComponent
                 this.get(i).el.set_text(c[i]);
             }
             
-            if (c.name.length > 0) {
+            if (c.path.length > 0) {
                 this.el.set_title("Edit File Details - " + c.name);
             } else {
                 this.el.set_title("Create New File");