I want to load markers to my map, in sencha touch, after I load some json data from ajax request. The thing is I don\'t know how to achieve this after the maprender event is fired.
I have a nested list which must be filled with new data based on what does user select in an Ext.Carousel.
I\'m new to sencha-touch and I have worked through all panel and layout tutorials; however, I still can\'t figure out how to fit three different carousel card开发者_JS百科s into a single panel. I have
I have been using forms in Sencha touch, but it seems that getting to the data can be a pain.I want to load data into a form based on localStorage values, and have it update when the localStorage is c
I\'m able to hide items among the dockedItems of a TabPanel, but am wanting to temporarily hide the entire dock, because the toolbar itself still takes up space and the rest of the content does not fi
I\'m new to Sencha Touch. Therefore, I\'m building a MVC application with header and footer. Now I try to implement the header to all pages:
I have a database structure that is based on EAV model. Each objects has different kind of metafields with different names.
I have a textfield and I have a list. I want to populate the textfield with the record from a list selection. How can I make this happen? I\'m doing the application in Sencha Touch.
I\'m building an app and i\'ve got a list loaded with some info from store, it has a lot of items in it but when I try to scroll down it scrolls back up as if there were not enough items to scroll. He
A similar question was answered here: How to add itemtap But when I try to move my Ext.dispatch() code from onItemDisclosure: to listeners: {itemtap:}, it doesn\'t work.