I have a form field and i want to read the text entered into it, i tried the following code: this.searchButton = new Ext.Button({// The button press will invoke the search action
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
When I add items into this panel: myapp.cards.dealerList = new Ext.Panel({ scroll:true, layout:{ type:\"vbox\",
I want to update the toolbar\'s content of the main viewfrom a subview (HotelApp.views.hotelDetail) This is my toolbar from HotelApp.views.mainView
i want to do the following: I have a store which gets JSON data from the server. The JSON looks like this:
Code:开发者_运维知识库 this.searchField = new Ext.form.Text({ displayField: \'name\', valueField: \'name\',
I am using Sencha Touch in my iPhone app. When I use up to three cards, my carousel works fine. But as soon as I use four cards, there is a bug:
How can I add i开发者_如何学运维tems to a Sencha Tab Panel in runtime. I used add() function but it is not working?
I\'ve seen several examples of form validation in Sencha Touch, but all seem overly complex for what I want to do. I don\'t need a model or store, as the fields in question will be handled server-side
I have a simple fieldset with several fields, many of which will share some properties. I could perhaps define some extension of the Sencha Touch textfield class, but I imagine that\'s overkill. What\