I am facing a problem about reload store for grid. var all = Ext.create(\'Ext.data.Store\', { model:\'LiveLogModel\',
I have a combobox populated by Json and a function to enable/disable a textfield based on the value selected in the combobox. I registered the listeners as follow:
I\'m trying to do some simple style application with Sencha Touch. Specifically, I would think that this would make the image with id = \"piece-5\" opaque:
I have a nice working Ext.grid.Panel, with column headers you can click on to \"automatic\" sort. The store has \"autoSync: true\".
How do you load values into a formpanel from a store? I\'ve built an entire broken example here. I\'m not sure why my form fields aren\'t loaded.
I have ExtJS grid (editorGridPanel), where one of cells is CustomDateField. How can i disable manual entering the date inside this field?
I have this class which automatically generates JSON stores from server. Stores are created on the fly and are viewable in Firebug\'s DOM.
I find this pattern all over the ExtJS source code. method: function() { var me = this; ... me.someOtherMethod();
i wont to get store field type in Extjs4 this code is working under Extjs 3.3.2 var f = store.fields.get(id); // store field name in parameter its return object
I\'m building some models to interact with an existing API from a previous project. The API relies on standard POST methods to save the data.