-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgui.json
76 lines (76 loc) · 1.95 KB
/
gui.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* This file is created or modified with
* Ext.ux.guid.plugin.GuiDesigner (v2.1.0)
*/
{
layout : "border",
items : [ {
region : "center",
title : "Map"
}, {
region : "south",
title : "Feature Information",
split : false,
collapsible : true,
height : 200
}, {
region : "east",
width : 200,
items : [ {
layout : "accordion",
layoutConfig : {
activeOnTop : false,
animate : true,
autoWidth : true,
collapseFirst : true,
fill : true,
hideCollapseTool : false,
titleCollapse : true
},
items : [ {
title : "Information",
html : "Blah, blah, blah.",
autoHeight : true
}, {
xtype : "form",
items : [ {
xtype : "textfield",
name : "textvalue",
fieldLabel : "Username"
}, {
xtype : "textfield",
name : "textvalue",
fieldLabel : "Password"
}, {
xtype : "button",
text : "Ok"
}],
autoHeight : true,
title : "Login"
}, {
xtype : "panel",
autoHeight : true,
items : [ {
xtype : "treepanel",
animate : true,
autoScroll : true,
containerScroll : true,
root : new Ext.tree.TreeNode({text:'Tree Root',draggable : false}),
dropConfig : {
appendOnly : true
}
}],
title : "Layers"
}, {
xtype : "panel",
autoHeight : true,
title : "Editing"
}]
}]
}],
json : {
size : {
width : 897,
height : 603
}
}
}