You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
519 B
26 lines
519 B
{ |
|
"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"} |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|