Top "Extjs4" questions

Please use this tag in relation to ExtJS 4.0 - 4.2; Ext JS 4 is the fourth major version of the JavaScript library for building Rich Internet Applications (RIA), and now includes an MVC architecture without the need to use plugins.

How to align field inputtext right?

How can I align the Text within all fields to right instead of left? I looked throught the API but …

extjs extjs4 extjs4.1 extjs4.2
Accessing complex REST resources with Ext JS

I am accessing a REST service which exposes these two resources, a parent resource and a child resource: /users /users/{…

rest extjs extjs4 parent-child
How to override refresh action in PagingToolbar

I need to write some action based on the refresh button in the Paging toolbar. How can I override the …

extjs extjs4 extjs4.1
Attach ExtJS MVC controllers to DOM elements, not components

Is there a way to use the Ext.app.Controller control() method, but pass in a DOM query? I have …

extjs extjs4 extjs-mvc
ExtJs TreeGrid with editor column. Exists?

I need an ability to edit values in a grid column of a treegrid. Simply adding a editor to the …

extjs tree grid extjs4 treegrid
In an editable grid, how to make an Ext combo box immediately finish edit mode when selecting an item?

I have configured an Ext JS 4 grid to be editable by utilising the CellEditing plugin. Some cells in the grid …

javascript extjs combobox extjs4 extjs4.1
ExtJS 4.2.1 : Using "split" in border layout in panel, resize issue

I have a panel with border layout. This panel has center region and a west region. In west region, there …

javascript extjs extjs4 extjs4.2
EXTJS4--Why don't my associated stores load child data?

So I have a parent and child store, illustrated here: Parent Model Ext.define('APP.model.Client', { extend: 'Ext.data.…

extjs extjs4 extjs-mvc
ExtJS4 treepanel icon issue

We are using treepanel in our application.The code is: var exStore = Ext.create('Ext.data.TreeStore',{ root : { children : [{ text : …

extjs extjs4 extjs-mvc
ExtJS 4: "c is not a constructor"

I'm using chrome to develop an ExtJS application. Today I tried to open my app in Firefox 10.0.2 and it doesn't …

extjs extjs4 extjs-mvc