Tizen 2.0 Release
[apps/home/settings.git] / src / plugin-resource / plugin-cfg / app3.cfg
1 [
2   {
3     "id" : "page1",
4     "title" : "app3",
5     "type" : "navigationbar",
6     "elements" : [
7       {
8         "id" : "nav_ok_btn",
9         "title" : "OK",
10         "type" : "button"
11       },
12       {
13         "id" : "nav_cancel_btn",
14         "title" : "IDS_COM_BODY_BACK",
15         "type" : "button"
16       }
17     ]
18   },
19   {
20     "id" : "grp1",
21     "title" : "Connectivicy",
22     "type" : "group",
23     "elements" : [
24       {
25         "id" : "grp1.list1",
26         "title" : "Plugin Model",
27         "type" : "link",
28         "value" : "app.cfg",
29         "elements" : [
30           {
31             "id" : "grp1.list1.child1",
32             "title" : "Child1",
33             "type" : "link",
34             "value" : "app.cfg"
35           },
36           {
37             "id" : "grp1.list1.child2",
38             "title" : "Child2",
39             "type" : "link",
40             "value" : "app.cfg"
41           }
42         ]
43       },
44       {
45         "id" : "grp1.list2",
46         "title" : "Apps Info",
47         "type" : "link",
48         "value" : "app.cfg"
49       }
50     ]
51   },
52   {
53     "id" : "grp2",
54     "title" : "System",
55     "type" : "group"
56   },
57   {
58     "id" : "grp3",
59     "title" : "Applications",
60     "type" : "group",
61     "elements" : [
62       {
63         "id" : "grp4.list1",
64         "title" : "Plugin Model",
65         "type" : "link",
66         "value" : "app.cfg",
67         "elements" : [
68           {
69             "id" : "grp4.list1.child1",
70             "title" : "Child1",
71             "type" : "link",
72             "value" : "app.cfg"
73           },
74           {
75             "id" : "grp4.list1.child2",
76             "title" : "Child2",
77             "type" : "link",
78             "value" : "app.cfg"
79           }
80         ]
81       },
82       {
83         "id" : "grp4.list2",
84         "title" : "Apps Info",
85         "type" : "link",
86         "value" : "app.cfg"
87       }
88     ]
89   },
90   {
91     "id" : "grp4",
92     "title" : "Downloaded Apps",
93     "type" : "group"
94   },
95   {
96     "id" : "grp5",
97     "title" : "System2",
98     "type" : "group"
99   }
100 ]