Top "Extjs" questions

Sencha Ext JS is a JavaScript framework for building rich Internet applications (RIAs).

How to post json data with extJS

I'm a bit of a newb with both extJS and json. What is the most painless route to POSTing json …

html json post extjs
ExtJS 4 Change grid store on the fly

Is it posible to change grid's store in ExtJS 4? For example, i have two models: User = Ext.define('User',{ extend: …

extjs grid extjs4
How to clear Ext JS store without affecting/deleting records in the server

I have a Ext JS grid store with autosave set to false. I want to clear ONLY the local store, …

extjs
How to wait until all stores are loaded in ExtJs?

I have a set of combo boxes that are driven by five stores and I want to fire a function …

extjs
Javascript: Uploading a file... without a file

I am trying to fake a file upload without actually using a file input from the user. The file's content …

javascript file-upload extjs
Best practice for overriding classes / properties in ExtJS?

I have an Ext.form.field.Text and I want to override the setValue function. What is the recommended way …

extjs extjs4 overriding extjs4.1
ExtJs - How to get value from the Store by id?

How to get value from the Store by id? store in such fields fields: [ {name: "id", type: 'int'}, {name: "name", …

extjs store
How do I get the selected index of an ExtJS Combobox

What is the certified way to determine the index of the currently selected item in a ComboBox in ExtJS? Is …

javascript extjs combobox selectedindex
Any suggestions for testing extjs code in a browser, preferably with selenium?

We've been using selenium with great success to handle high-level website testing (in addition to extensive python doctests at a …

unit-testing extjs selenium web-testing
Ext 4.1.1: Add new record to Store

I would like to add records after the initialization of a store. I tried loadData(), loadRawData(), add() but nothing seams …

extjs combobox store extjs4.1