I encounter a problem when i want to use the scrollTo function of the scroller component. When i execute this command (by a button located on an another panel) :
I\'m trying to send data to the server. But my code does not work. Can someone point out a mistake? Sencha code:
What I am trying to do is is get the information I have in my ajax request as the badgetext number Here is where I am trying to do it. This seems simple, but I cant figure 开发者_开发技巧it out.
I\'m using Sencha touch and I\'m trying to modify a twitter example I found online in order to turn urls from a twitter feed into clickable links. I saw that one of the examples in the sencha touch li
I\'m trying to put a Grid (Ext.grid.GridPanel) object inside a Tab . This is the code: var grid = new Ext.grid.GridPanel({
i have a big problem setting up an associated store/model concept. I have the models/store app.models.User = Ext.regModel(\'app.models.User\', {
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m drawing on a canvas, and when I debug I can see that I get the things done, but then the sencha body background gets drawn on top of it.
I\'m in need of a simple nested list-view example. Something along the lines of this... (source: roosteronacid.com)
I am using Sencha touch for the first time, I have managed to get some menu items to show, but I would like it to move/float to the right is anyone sure how to do this?