Top "Extjs" questions

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

ExtJs: Form isValid() is false. But how to know why the form is invalid?

I am using an ExtJs form having a file upload field in it. On selecting a file I am calling …

javascript extjs extjs4.1 form-submit
How to set html to a element in extjs

1) How to set HTML to already created panel or any other Element? I am a beginner. I tried the below …

javascript extjs extjs4 extjs4.1
Load default value for a comboBox extjs

how can i load a default value from my json store (remote) into a combobox , i've tried load the store …

javascript combobox extjs store
How to get the value of selected displayField in ExtJS Combobox

How to get the value of selected displayField in ExtJS 3.4 ComboBox? getValue() returns valueField, but I need other.

extjs extjs3
extjs - Store with autoload true should not load on application launch

I have a grid linked to a store with autoLoad: true. The problem is that the store gets loaded on …

extjs extjs4 extjs4.2 extjs-stores
ExtJS 4: How to know when any field in a form (Ext.form.Panel) changes?

I'd like a single event listener that fires whenever any field in a form (i.e., Ext.form.Panel) changes. …

extjs extjs4
Gradle can't connect to maven repo through corporate proxy - need to configure through Sencha/Cordova

I'm trying to build a Sencha Touch app for android using Cordova. However, after the gradle build kicks off I …

android cordova maven extjs gradle
Extjs get all store records

I have one question. Is it possible to get all records which are loaded in a store when the filters …

javascript extjs filter store
Removing _dc parameter in Ext

Using Ext, default Ext.Ajax add to GET-request _dc parameter. For example GET /ConnViewProcessing/?_dc=1263286227619 How to remove this parameter? …

extjs etag
Using Id and itemId in Extjs to access components

In ExtJs Best practices I gone through not to use Id for accessing Ext Components rather use ItemId, I am …

extjs sencha-architect