A particular request to my server returns x fields of JSON.I want to combine several of these fields and insert the concatenated data into the x+1 field of my JsonStore.
I want to display an extjs combo with a JsonStore Server side I use python/Django. So, this is my combo:
I try to load fields config to json store via metadata. The json is: {开发者_如何学Go \"rows\":[ {
following extjs3 problem: i have an json store: dbStore = new Ext.data.JsonStore({ url: \'/?[action开发者_Python百科]=getFormData\',
I have the following problem: I have an Ext.data.JsonStore which populates a combobox. I get a loadexception sometimes. I can refresh the combobox time after time but sooner or later I get an exceptio
i am working with Ext JS & Rails as backend..i am having my开发者_StackOverflow社区ysql database that has parent-child relationship i.e. 1-to-many relationship...I want a \"single\" JSON store tha
I am using ExtJS with rails 3.0.6. I have a f开发者_StackOverflow中文版orm and a grid panel. For instance, form has customer details and grid contains the product detail purchased by the particular c
I am working on a Sencha Touch application, and can\'t get data from my web service. The following code worked for another user on sencha\'s forums,page 4.I\'ve modified it to match my web services o
How can I post a FormPanel as well as an EditorGrid ( Grid Panel) as a single JSON object in ExtJS with Rails 3.0.3?
I have an EditorGridPanel which I show via a Ext.Window. resourcesis the Json-data I get via an Ajax-call.