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.
32 lines
730 B
32 lines
730 B
{ |
|
"dojox.mobile.View": { |
|
"@id": "view2", |
|
"dojox.mobile.Heading": { |
|
"@back": "Home", |
|
"@label": "view2.json", |
|
"@moveTo": "home" |
|
}, |
|
"dojox.mobile.RoundRectCategory": { |
|
"@label": "Transition Effects" |
|
}, |
|
"dojox.mobile.RoundRectList": { |
|
"dojox.mobile.ListItem": [{ |
|
"@icon": "images/i-icon-1.png", |
|
"@label": "Slide", |
|
"@moveTo": "home", |
|
"@transition": "slide" |
|
}, { |
|
"@icon": "images/i-icon-2.png", |
|
"@label": "Flip", |
|
"@moveTo": "home", |
|
"@transition": "flip" |
|
}, { |
|
"@icon": "images/i-icon-3.png", |
|
"@label": "Fade", |
|
"@moveTo": "home", |
|
"@transition": "fade" |
|
}] |
|
} |
|
} |
|
} |
|
|
|
|