extjssencha-touchsencha-architectsencha-touch-2.1

how to pass list item selection from one view to other view in sencha touch


i have a list control. I want to pass the selected list item from that view to another view and set the value in text field in sencha touch can anybody tell how to do?


Solution

  • If you have to set some selected value of a list on a text field then on itemtap event of list, get reference of that field and set value.