Merge "fixed N_SE_12778"
[apps/core/preloaded/settings.git] / src / plugin-resource / plugin-cfg / app.cfg
1 [
2   {
3     "id" : "page1",
4     "title" : "app",
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" : "Group name1",
22     "type" : "group",
23     "elements" : [
24       {
25         "id" : "checkbox1",
26         "title" : "Checkbox test1",
27         "type" : "checkbox",
28         "state" : 1
29       },
30       {
31         "id" : "editbox1",
32         "title" : "Editbox test",
33         "type" : "editbox",
34         "string" : "This is changed String 6"
35       },
36       {
37         "id" : "expanditem1",
38         "title" : "Backlight time",
39         "type" : "expanditem",
40         "string" : "30 seconds",
41         "elements" : [
42                       {
43                         "id" : "radio1",
44                         "title" : "15 seconds",
45                         "type" : "radio"
46                       },
47                       {
48                         "id" : "radio2",
49                         "title" : "30 seconds",
50                         "type" : "radio"
51                       },
52                       {
53                         "id" : "radio3",
54                         "title" : "1 minute",
55                         "type" : "radio"
56                       },
57                       {
58                         "id" : "radio4",
59                         "title" : "2 minutes",
60                         "type" : "radio"
61                       }
62         ]
63       }
64     ]
65   },
66   {
67     "id" : "grp2",
68     "title" : "Group name2",
69     "type" : "group",
70     "elements" : [
71       {
72         "id" : "checkbox2",
73         "title" : "Checkbox test2",
74         "type" : "checkbox",
75         "state" : 0
76       },
77       {
78         "id" : "slider2",
79         "type" : "slider",
80         "title" : "slider text in group2",
81         "min" : 0,
82         "max" : 10,
83         "value" : 7
84       },
85       {
86         "id" : "link2",
87         "type" : "link",
88         "value" : "app2.cfg"
89       },
90       {
91         "id" : "expanditem2",
92         "title" : "Roaming network",
93         "type" : "expanditem",
94         "string" : "Auto download",
95         "elements" : [
96                       {
97                         "id" : "radio1",
98                         "title" : "Auto download",
99                         "type" : "radio"
100                       },
101                       {
102                         "id" : "radio2",
103                         "title" : "Manual",
104                         "type" : "radio"
105                       },
106                       {
107                         "id" : "radio3",
108                         "title" : "Always reject",
109                         "type" : "radio"
110                       }
111         ]
112       }
113      ]
114   },
115   {
116     "id" : "grp3",
117     "title" : "Group name3",
118     "type" : "group",
119     "elements" : [
120       {
121         "id" : "checkbox3",
122         "title" : "Checkbox test3",
123         "type" : "checkbox",
124         "state" : 0
125       },
126       {
127         "id" : "slider3",
128         "title" : "slider text in group3",
129         "type" : "slider",
130         "min" : 0,
131         "max" : 10,
132         "value" : 7
133       },
134       {
135         "id" : "link3",
136         "type" : "link",
137         "value" : "app2.cfg"
138       }
139     ]
140   }
141 ]