Sample/DialogNewComponent.bjs
[app.Builder.js] / Sample / DialogNewComponent.bjs
1 {"id":"file-gtk-2","name":"DialogNewComponent","parent":"","title":false,"path":"/home/alan/gitlive/app.Builder.js/Sample/DialogNewComponent.bjs","items":[{"listeners":{"delete_event":"function (self, event) {\n    this.el.hide();\n    return true;\n}","response":"function (self, response_id) {\n\tif (response_id < 1) { // cancel!\n            this.el.hide();\n            return;\n        }\n\n\n            \n           \n    \n        if (!this.get('xnsid').el.get_text().length ) {\n            this.get('/StandardErrorDialog').show(\n                \"You have to set Project name \"\n            );\n             \n            return;\n        }\n\tvar dir ='';\n        for (var i in this.project.paths) {\n \t\tdir = i;\n\t\tbreak;\n\t}\n\n        var xidns = DialogNewComponent.get('xnsid').el.get_text();\n        \n        // what about .js ?\n         if (GLib.file_test (GLib.dir + '/' + xidns + '.bjs', GLib.FileTest.EXISTS)) {\n            StandardErrorDialog.show(\n                \"That file already exists\"\n            ); \n            return;\n        }\n        this.el.hide();\n        \n        \n        //var tmpl = this.project.loadFileOnly(DialogNewComponent.get('template').getValue());\n        \n        var _this = this;\n        var nf = _this.project.create(dir + '/' + xidns + '.bjs');\n        if (this.get('/DialogNewComponent').success) {\n            this.get('/DialogNewComponent').success(_this.project, nf);\n        }\n}","show":"function (self) {\n  this.el.show_all();\n}"},"default_height":200,"default_width":500,"id":"DialogNewComponent","title":"New Component","xtype":"Dialog","|deletable":false,"|modal":true,"|show":"function (c) \n        {\n            if (!this.el) {\n                this.init();\n            }\n            c = c || { name : '' , xtype : '' };\n            // check whic project we are adding to..\n            XObject.extend(this, c);\n            \n            for (var i in c) {\n                \n            }\n                \n            \n            // causes problems.. get_screen?? not transfer ownership?\n           /// var Window                = imports.Builder.Window.Window;\n            //this.el.set_screen(Window.el.get_screen());\n            \n            //var paths = [];\n            //for (var i in this.project.paths) {\n             //   paths.push({\n             //       id : i,\n             //       desc : i\n             //   });\n           // }\n             //console.log('load paths');\n             \n            // load the paths.\n           // this.get('directory_model').loadData(paths);\n                \n            \n            console.log('show all');\n            this.el.show_all();\n            this.success = c.success;\n            /*\n            var tm = this.get('template_model');\n            if (tm.templates) {\n                return;\n            }\n            tm.templates = [];\n            var dir = __script_path__ + '/templates/';\n            \n            var f = Gio.file_new_for_path(dir);\n            f.enumerate_children_async (\"*\",  Gio.FileQueryInfoFlags.NONE, \n                    GLib.PRIORITY_DEFAULT, null, function(o,ar) {\n                // enum completed..\n                var fe = f.enumerate_children_finish(ar);\n                var ch = '';\n                while (ch = fe.next_file(null)) {\n                    var add = dir + '/' + ch.get_name();\n                    if (!add.match(/\\.js$/)) {\n                        continue;\n                    }\n                    tm.templates.push(add);\n                    \n                }\n                tm.loadData();\n                \n            }, null);\n            */\n            \n        }","|xns":"Gtk","items":[{"|xns":"Gtk","xtype":"VBox","|pack":"function(p,e) {\n                    p.el.get_content_area().add(e.el)\n                }\n","items":[{"n_columns":2,"n_rows":3,"pack":"pack_start,false,false,0","xtype":"Table","|homogeneous":false,"|xns":"Gtk","items":[{"label":"Component Name","pack":"add","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|xns":"Gtk"},{"id":"xnsid","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"},{"label":"Title","pack":"add","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|visible":true,"|xns":"Gtk"},{"id":"title","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"},{"label":"Region","pack":"add","tooltip_text":"center, north, south, east, west","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|visible":true,"|xns":"Gtk"},{"id":"region","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"},{"label":"Parent Name","pack":"add","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|visible":true,"|xns":"Gtk"},{"id":"parent","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"},{"label":"Disable method","pack":"add","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|visible":true,"|xns":"Gtk"},{"id":"disable","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"},{"label":"Order (for tabs)","pack":"add","x_options":4,"xalign":0.9,"xtype":"Label","|justify":"Gtk.Justification.RIGHT","|visible":true,"|xns":"Gtk"},{"id":"title","pack":"add","xtype":"Entry","|visible":true,"|xns":"Gtk"}]}]},{"|xns":"Gtk","xtype":"Button","pack":"add_action_widget,0","label":"Cancel"},{"|xns":"Gtk","xtype":"Button","pack":"add_action_widget,1","label":"OK"}]}],"project":"{\"name\":\"Sample\",\"xtype\":\"Gtk\",\"paths\":{\"/home/alan/gitlive/app.Builder.js/Sample\":\"dir\"},\"id\":\"project-gtk-1\",\"fn\":\"329624934046af6e88a65a3f36971958\",\"file\":false}"}