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.
78 lines
1.7 KiB
78 lines
1.7 KiB
{ |
|
"class": "dojox.mobile.View", |
|
"@id": "view4", |
|
"children": [ |
|
|
|
{ |
|
"class": "dojox.mobile.Heading", |
|
"@back": "Home", |
|
"@moveTo": "home", |
|
"@label": "view4.json" |
|
}, |
|
|
|
{ |
|
"class": "dojox.mobile.RoundRectCategory", |
|
"@label": "Category 1" |
|
}, |
|
|
|
{ |
|
"class": "dojox.mobile.RoundRectList", |
|
"children": [ |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-1.png", |
|
"@moveTo": "home", |
|
"@transition": "slide", |
|
"@label": "Item 1" |
|
}, |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-2.png", |
|
"@moveTo": "home", |
|
"@transition": "flip", |
|
"@label": "Item 2" |
|
}, |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-3.png", |
|
"@moveTo": "home", |
|
"@transition": "fade", |
|
"@label": "Item 3" |
|
} |
|
] |
|
}, |
|
|
|
{ |
|
"class": "dojox.mobile.RoundRectCategory", |
|
"@label": "Category 2" |
|
}, |
|
|
|
{ |
|
"class": "dojox.mobile.RoundRectList", |
|
"children": [ |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-1.png", |
|
"@moveTo": "home", |
|
"@transition": "slide", |
|
"@label": "Item 1" |
|
}, |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-2.png", |
|
"@moveTo": "home", |
|
"@transition": "flip", |
|
"@label": "Item 2" |
|
}, |
|
{ |
|
"class": "dojox.mobile.ListItem", |
|
"@icon": "images/i-icon-3.png", |
|
"@moveTo": "home", |
|
"@transition": "fade", |
|
"@label": "Item 3" |
|
} |
|
] |
|
} |
|
|
|
] |
|
}
|
|
|