I\'m using Sencha\'s Ext.data.Store to hold some items.Right now they come from an xml webservice but that will change to a JSON query.After adding 500 items calling ResumeEvents on the Store can take
I have 2 List items in Sencha Touch, that have been added to my panel.Each list has width=50% and height=fullscreen. The panel has height full screen.Each list has a Store containing about 100 items.
I\'m starting out with Sencha Touch, and I am getting a pretty decent handle on the Javascript elements of this powerful tool. But I\'ve recently come to the CSS portion, and I\'m afraid I can\'t figu
new Ext.TabPanel({ fullscreen: true, cardSwitchAnimation: \'slide\', ui: \'dark\', items: [home, about] });
We\'re currently developing a mobile application for our service which provides a manually curated list of YouTube videos.For ease of cross-platform development/management, we decided to use PhoneGap
Hi i\'ve been looking for the readOnly property for field in secnhatouch but haven\'t found it... can some one assist me on this matter
say I make a container with an id of \"my-container\". I\'m going to load data via JSONP so how would I add more objects to \"my-container\" in a call back?
I have 2 questions. First, is this possible to use List item in sencha touch without template? I mean, can i access the list item seperately? 开发者_C百科
I am having trouble getting Ext.Router to register changes 开发者_StackOverflowto the URL. I started my application with the example for model view controller on sencha touch site.
Hullo there, I am building a Sencha Touch iPhone app that utilises a TreeStore which works nicely with a NestedList but I\'ve hit a wall.