I get a xml file with some data. I want to use some data to display in a displayfield and the rest in a grid. How can i do 开发者_如何学Cthis?
I\'m trying to make something that looks like: http://dev.sencha.com/deploy/ext-3.4.0/examples/grid/edit-grid.html
I have a simple combobox with a blur event. The blur event has an alert called for testing purpose currently.
I need radio group in extjs grid. I can have the radiogroup as开发者_运维问答 editor but users wants to directly select the option from radio.
I\'m getting a JSON objec开发者_如何学编程t(i.e. NewDataSet) in the POST request, see image below (Firebug-request object)...
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 have a form in which some of the fields need to be validated at the server side. When the form is submitted, then the server validates the values of these fields and if validations fail then serv
In the Apps开发者_如何学C creation page on facebook I have to enter a MObile Web URL, does this mean that I have to host my HTML5 mobile web app in an externally hosted service? like Amazon, or Azure?
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 used width property to give width to butto开发者_如何学JAVAn in Extjs, but it is not working...