Initialize Tizen 2.3
[apps/home/settings.git] / src / plugin-resource / plugin-cfg / app2.cfg
1 [
2   {
3     "id" : "page1",
4     "title" : "app2",
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   },
24   {
25     "id" : "grp2",
26     "title" : "System",
27     "type" : "group"
28   },
29   {
30     "id" : "grp3",
31     "title" : "Applications",
32     "type" : "group"
33   },
34   {
35     "id" : "grp4",
36     "title" : "Downloaded Apps",
37     "type" : "group",
38     "elements" : [
39       {
40         "id" : "grp4.list1",
41         "title" : "Plugin Model",
42         "type" : "link",
43         "value" : "app.cfg"
44       },
45       {
46         "id" : "grp4.list2",
47         "title" : "Apps Info",
48         "type" : "link",
49         "value" : "app.cfg"
50       }
51     ]
52   }
53 ]