I\'m designing a basic Sencha Touch app in order to get familiar with the environment. What I want to do is have my store (which currently looks like that below) read/write its data to/from a local JS
I want to change the color of the headers in a grouped list. For the moment I\'ve got the default theme. I think I have to use something like \"$list-header-bg-color\" but :
I am using this to get the result from server controller.allVisitStore =new Ext.data.Store({ model: \'allVisit\',
Sencha touch has an xtype called \"emailfield\" that shows the email-styled ke开发者_开发知识库yboard on the iPhone. However, it doesn\'t display the email-styled keyboard on the Android.
How to read the json object (result of ajax call) inside initcomponent of panel. I have used the following code
I\'m trying to setup a native style app using sencha touch and phonegap. I\'m trying to pull in data from an external XML feed into the model.
I am new to Sencha Touch framework. I tried using the Documentation to make a demo application. I am trying to display records from a XML file and display it in table format. I am not able to understa
I have a normal list in Sencha Touch. Now I need to mark a single item in that list as a \"disclosure\" item.
I\'m relatively new to Sencha Touch and I\'m developing a mobile application, and I\'ve noticed a few quirks that occur on orientation change when I use cardSwitchAnimation to transition between views
We\'re doing a bootstrap-style iPhone demo, and are more jQuery folks than Ext, and accordingly are having some issues with events and syntax with Sencha Touch.