{
  "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"}
        }
      ]
    }
  ]
}
