Sencha Touch 2: data intigration or how to share dynamic information between sencha and javascript
问题 I'd like to start quick. What is my problem: Within ST2 I structured my application with the MVC pattern. I have a store, a model, a controler and the views (for more information scroll down). Workflow: I click a list item ( List View with a list of elements from store) Controller acts for the event 'itemtap' Controller function is looking for main view and pushes a detail view Record data will be set as data Detail view uses .tpl to generate the output and uses the data Problem Now I want to