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.
27 lines (24 loc) • 519 B
JSON
{
"class": "dojox.mobile.View",
"@id": "view5",
"children": [
{
"class": "dojox.mobile.Heading",
"@back": "Home",
"@moveTo": "home",
"@label": "view5.json"
},
{
"class": "dojox.mobile.SpinWheel",
"@id": "spin1",
"@style": {"margin":"10px auto","width":"304px"},
"children": [
{
"class": "dojox.mobile.SpinWheelSlot",
"@labels": "A,B,C,D,E",
"@style": {"textAlign":"center","width":"300px"}
}
]
}
]
}