dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
42 lines (40 loc) • 977 B
JSON
{
"dojox.mobile.View": {
"@id": "view3",
"dojox.mobile.Heading": {
"@label": "view3.json"
},
"dojox.mobile.RoundRectList": [{
"dojox.mobile.ListItem": [{
"@icon": "images/i-icon-1.png",
"@label": "Airplane Mode",
"dojox.mobile.Switch": {
}
}, {
"@href": "test_iPhone-Icon.html",
"@icon": "images/i-icon-2.png",
"@label": "Wi-Fi",
"@rightText": "mac"
}, {
"@icon": "images/i-icon-3.png",
"@label": "Carrier",
"@moveTo": "home",
"@rightText": "AcmePhone"
}]
}, {
"dojox.mobile.ListItem": [{
"@icon": "images/i-icon-4.png",
"@label": "Sounds",
"@moveTo": "home"
}, {
"@icon": "images/i-icon-5.png",
"@label": "Brightness",
"@moveTo": "home"
}, {
"@icon": "images/i-icon-6.png",
"@label": "Wallpaper",
"@moveTo": "home"
}]
}]
}
}