I have a form in one view and when pressing Next in the navigation i want to shoe those values on the next screen/View
Please help?
How dcn i store the values in the array and use it..i have almost 35 fields in my form so i don't want to use store EXT
On the form you can use the setValues method and pass in an object where the properties are the field names and the values are the values of that field.
You can set it as a property for that class to use, if there is a setter method to use use it. It depends what the other classes is and if you want to take action on when you give it the values.
I want that when selecting the Awareness Review it gives the form when next button in navigation is pressed it should show the form values with the Field name on the next view or any other view where i want to access them
If you want to see the code i am attaching the app folder plz help i am new to Sencha framework
On the form you can use the setValues method and pass in an object where the properties are the field names and the values are the values of that field.