src/Builder4/DialogPluginWebkit.bjs
[app.Builder.js] / src / Builder4 / DialogPluginWebkit.bjs
1 {
2  "name" : "DialogPluginWebkit",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/DialogPluginWebkit.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "items" : [
9   {
10    "xtype" : "Dialog",
11    "$ xns" : "Gtk",
12    "items" : [
13     {
14      "xtype" : "VBox",
15      "$ pack" : "get_content_area().add",
16      "$ xns" : "Gtk",
17      "items" : [
18       {
19        "* pack" : "pack_start,false,false,0",
20        "xtype" : "Table",
21        "n_columns" : 2,
22        "$ xns" : "Gtk",
23        "n_rows" : 3,
24        "$ homogeneous" : true,
25        "items" : [
26         {
27          "label" : "Component Name",
28          "xalign" : 0.90000000000000002,
29          "* pack" : "attach_defaults,0,1,0,1",
30          "xtype" : "Label",
31          "$ justify" : "Gtk.Justification.RIGHT",
32          "x_options" : 4,
33          "$ xns" : "Gtk"
34         },
35         {
36          "id" : "name",
37          "$ visible" : true,
38          "xtype" : "Entry",
39          "* pack" : "attach_defaults,1,2,0,1",
40          "$ xns" : "Gtk"
41         },
42         {
43          "label" : "Title",
44          "$ visible" : true,
45          "xalign" : 0.90000000000000002,
46          "* pack" : "attach_defaults,0,1,1,2",
47          "xtype" : "Label",
48          "$ justify" : "Gtk.Justification.RIGHT",
49          "x_options" : 4,
50          "$ xns" : "Gtk"
51         },
52         {
53          "id" : "title",
54          "$ visible" : true,
55          "xtype" : "Entry",
56          "* pack" : "attach_defaults,1,2,1,2",
57          "$ xns" : "Gtk"
58         },
59         {
60          "label" : "Region",
61          "$ visible" : true,
62          "tooltip_text" : "center, north, south, east, west",
63          "xalign" : 0.90000000000000002,
64          "* pack" : "attach_defaults,0,1,2,3",
65          "xtype" : "Label",
66          "$ justify" : "Gtk.Justification.RIGHT",
67          "x_options" : 4,
68          "$ xns" : "Gtk"
69         },
70         {
71          "id" : "region",
72          "$ visible" : true,
73          "xtype" : "Entry",
74          "* pack" : "attach_defaults,1,2,2,3",
75          "$ xns" : "Gtk"
76         },
77         {
78          "label" : "Parent Name",
79          "$ visible" : true,
80          "xalign" : 0.90000000000000002,
81          "* pack" : "attach_defaults,0,1,3,4",
82          "xtype" : "Label",
83          "$ justify" : "Gtk.Justification.RIGHT",
84          "x_options" : 4,
85          "$ xns" : "Gtk"
86         },
87         {
88          "id" : "parent",
89          "$ visible" : true,
90          "xtype" : "Entry",
91          "* pack" : "attach_defaults,1,2,3,4",
92          "$ xns" : "Gtk"
93         },
94         {
95          "label" : "Permission Name",
96          "$ visible" : true,
97          "xalign" : 0.90000000000000002,
98          "* pack" : "attach_defaults,0,1,4,5",
99          "xtype" : "Label",
100          "$ justify" : "Gtk.Justification.RIGHT",
101          "x_options" : 4,
102          "$ xns" : "Gtk"
103         },
104         {
105          "id" : "permname",
106          "$ visible" : true,
107          "xtype" : "Entry",
108          "* pack" : "attach_defaults,1,2,4,5",
109          "$ xns" : "Gtk"
110         },
111         {
112          "label" : "Order (for tabs)",
113          "$ visible" : true,
114          "xalign" : 0.90000000000000002,
115          "* pack" : "attach_defaults,0,1,5,6",
116          "xtype" : "Label",
117          "$ justify" : "Gtk.Justification.RIGHT",
118          "x_options" : 4,
119          "$ xns" : "Gtk"
120         },
121         {
122          "id" : "modOrder",
123          "$ visible" : true,
124          "xtype" : "Entry",
125          "* pack" : "attach_defaults,1,2,5,6",
126          "$ xns" : "Gtk"
127         }
128        ]
129       }
130      ]
131     }
132    ]
133   }
134  ]
135 }