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?
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.