Tizen 2.0 Release
[apps/home/settings.git] / src / plugin-resource / plugin-cfg / app4.cfg
1 [
2         {
3                 "id" : "page1",
4                 "title" : "app4",
5                 "type" : "navigationbar",
6                 "elements" :
7                 [
8                         {
9                                 "id" : "nav_ok_btn",
10                                 "title" : "OK",
11                                 "type" : "button"
12                         },
13                         {
14                                 "id" : "nav_cancel_btn",
15                                 "title" : "IDS_COM_BODY_BACK",
16                                 "type" : "button"
17                         }
18                 ]
19         },
20         {
21                 "id" : "con1",
22                 "title" : "Connectivity",
23                 "type" : "group",
24                 "elements" :
25                 [
26                         {
27                                 "id" : "checkbox1",
28                                 "title" : "Checkbox test",
29                                 "type" : "checkbox",
30                                 "state" : 1
31                         },
32                         {
33                                 "id" : "editbox1",
34                                 "title" : "Editbox test",
35                                 "type" : "editbox",
36                                 "string" : "This is changed String 6"
37                         }
38                 ]
39         },
40         {
41                 "id" : "grp2",
42                 "title" : "Group name2",
43                 "type" : "group",
44                 "elements" :
45                 [
46                         {
47                                 "id" : "checkbox2",
48                                 "title" : "Checkbox test2",
49                                 "type" : "checkbox",
50                                 "state" : 0
51                         },
52                         {
53                                 "id" : "slider2",
54                                 "type" : "slider",
55                                 "min" : 0,
56                                 "max" : 10,
57                                 "value" : 7
58                         },
59                         {
60                                 "id" : "link2",
61                                 "type" : "link",
62                                 "value" : "app.cfg"
63                         }
64                 ]
65         },
66         {
67                 "id" : "grp3",
68                 "title" : "Group name3",
69                 "type" : "group",
70                 "elements" :
71                 [
72                         {
73                                 "id" : "checkbox3",
74                                 "title" : "Checkbox test3",
75                                 "type" : "checkbox",
76                                 "state" : 0
77                         },
78                         {
79                                 "id" : "slider3",
80                                 "type" : "slider",
81                                 "min" : 0,
82                                 "max" : 10,
83                                 "value" : 7
84                         },
85                         {
86                                 "id" : "link3",
87                                 "type" : "link",
88                                 "value" : "app.cfg"
89                         }
90                 ]
91         }
92 ]