sample skeleton application with dojo toolkit & arcgis js api v 4.30
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.
 
 
 
 
 
 

39 lines
893 B

{
"class": "dojox.mobile.View",
"@id": "view5",
"children": [
{
"class": "dojox.mobile.Heading",
"@back": "Home",
"@moveTo": "home",
"@label": "view5.json"
},
{
"class": "dojox.mobile.EdgeToEdgeList",
"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"
}
]
}
]
}