devexpress dextreme mobile, navigate a view from button click

dxview :
dxbutton:

</div><div data-bind="dxButton: { onClick: AcRegion, text: 'RegionS'  }">
----------------------------
view's .js file:(tıklanan -button un olduğu- view le aynı isimdeki .js)

AcRegion = function () {
  yourAppName.app.navigate("Region");
};
-----------------------------
not: "Region" bir klasör ve içindeki varsayılan view adı da aynı olmalı. yani-> "Region.dxview"

not2 :  "AcRegion" olayı, js nin "function (params) { " içinde olmalı

Yorumlar