I want two stores for generating two charts in same window. Both get JSON data from the server. Ext.regModel(\'chartdata\',
I need to use dynamically JSON with data.TreeStore. With this component, there is proxy \"config\", it need a path to JSON file.
I am extending GridPanel with Ext.define() (Ext v4). I need to get the row data when a grid row is double clicked. At this point I cannot even get the event listener working:
I\'m trying to adopt Ext for one of my small projects and got bit lost trying to implement the following: I have Orders and each will contain 1 or more PurchaseItem elements. I have built a grip that
I\'m using ExtJS 4 (beta 3) and I have a TreePanel that is my kind of navigation menu. It is something like this:
The question is simple but i can\'t find a good and clear answer for it. What is the right way to: Delete control from container
I have some problems with Extjs4 librairie. I want to use treeEditor component. Firebug error : Error : uncaught exception:
I would like to create a Treepanel, which is updated once a second. So I took a store with a proxy for data acquistion:
I\'m trying to create an ExtJs version 4 ComboBox that will post the valueField and not the displayValue.Prior version would be to set the \'hiddenName\' option in the config of ComboBox, but I can\'t
I\'m try to render a progress bar in grid (Ext JS), and get this error: Object function has no method defer