Sencha Touch 2 – Dynamically Loading the Store of a List and Asking the Server for Data by Parameter
This example shows how to dynamically create and load a Store in order to query data by a parameter. We are going to define our View which will contain two components – a list and a button to trigger the store load. The view will be handled by a Controller The View: var view…