[ { "id" : "page1", "title" : "app", "type" : "navigationbar", "elements" : [ { "id" : "nav_ok_btn", "title" : "OK", "type" : "button" }, { "id" : "nav_cancel_btn", "title" : "IDS_COM_BODY_BACK", "type" : "button" } ] }, { "id" : "grp1", "title" : "Group name1", "type" : "group", "elements" : [ { "id" : "checkbox1", "title" : "Checkbox test1", "type" : "checkbox", "state" : 1 }, { "id" : "editbox1", "title" : "Editbox test", "type" : "editbox", "string" : "This is changed String 6" }, { "id" : "expanditem1", "title" : "Backlight time", "type" : "expanditem", "string" : "30 seconds", "elements" : [ { "id" : "radio1", "title" : "15 seconds", "type" : "radio" }, { "id" : "radio2", "title" : "30 seconds", "type" : "radio" }, { "id" : "radio3", "title" : "1 minute", "type" : "radio" }, { "id" : "radio4", "title" : "2 minutes", "type" : "radio" } ] } ] }, { "id" : "grp2", "title" : "Group name2", "type" : "group", "elements" : [ { "id" : "checkbox2", "title" : "Checkbox test2", "type" : "checkbox", "state" : 0 }, { "id" : "slider2", "type" : "slider", "title" : "slider text in group2", "min" : 0, "max" : 10, "value" : 7 }, { "id" : "link2", "type" : "link", "value" : "app2.cfg" }, { "id" : "expanditem2", "title" : "Roaming network", "type" : "expanditem", "string" : "Auto download", "elements" : [ { "id" : "radio1", "title" : "Auto download", "type" : "radio" }, { "id" : "radio2", "title" : "Manual", "type" : "radio" }, { "id" : "radio3", "title" : "Always reject", "type" : "radio" } ] } ] }, { "id" : "grp3", "title" : "Group name3", "type" : "group", "elements" : [ { "id" : "checkbox3", "title" : "Checkbox test3", "type" : "checkbox", "state" : 0 }, { "id" : "slider3", "title" : "slider text in group3", "type" : "slider", "min" : 0, "max" : 10, "value" : 7 }, { "id" : "link3", "type" : "link", "value" : "app2.cfg" } ] } ]