I\'m 开发者_如何转开发working on a Sencha Touch app, which currently isn\'t using controllers. I would like to use Ext.Router to take the visitor to a particular card in a panel. I\'ve seen suggestion
i created several buttons in a toolbar with custom icons. however, it turns out that these icons are all in black instead of their original 开发者_Go百科colors. how could I make it by using CSS?
Developing a Sencha Touch MVC app that pulls data from json store (thats set up to a DB pulling out content from a Wordpress Blog).
I\'m trying to get my test project working and have it set out with various viewports js files for each screen. I have now managed to load the data onto the screen with the code below however I am str
So I have a form and its respective store. The store works fine and it keeps the data in localStorage, but when I open the app again and try to update the form with the data from localStorage it doesn
I\'ve got a simple List, which loads data from a JSON Store. I\'ve got the paging solved server-side, so in order to get a new page I change the proxy of the store and set page parameter to +1(new pag
I\'m having trouble using different panel heights for content within a card layout. Most of the content fits within the height I specified for the container panel but there is one that is twice as lon
The structure of my first app I want to make is almost done. One small problem which turned out to be a pain to solve for me. I use a ext. list with a onitemdisclosure function to show some details wh
Here, i\'m registering my app: App = new Ext.Application({ name: \"App\", launch: function() { this.views.viewport = new this.views.Viewport();
I\'ve only got so far trying to achieve what i\'ve mocked in the screenshot. Basically, i have a fullscreen reports panel that has 6 panels nested within it.Each of these panels (i\'ll call them ti