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.

Create an extension with an xtype in ExtJS 4

I am used to ExtJS 3.X, but am struggling with ExtJS 4. I want to create an extension of a grid …

javascript extjs extjs4
Is it possible to add title to charts?

I want to add a title to a chart, like in the gauge example or a pie chart. I want …

extjs label charts title extjs4
ExtJS: What's the point of requires?

I've been trying to figure out what requires does in Ext JS 4, and I can't seem to come up with …

javascript extjs extjs4 extjs4.1 extjs-mvc
add items to panel and columns to grid dynamically

I am using ExtJs 4.1 and trying to add items to panel and columns to grid dynamically. My Requirement MainPanel (Ext.…

extjs extjs4 extjs4.1 extjs4.2 extjs-grid
Extjs: Force a component to re-render

I have a custom component in ExtJs that is a form field (GridField). It displays a grid as a form …

javascript extjs extjs4 extjs4.2
ExtJS 4: Is there any way to attach a QuickTip to a form field?

I'm trying to add a QuickTip to a form field, but can't find a way to make my code work. …

extjs extjs4
How to access nested models from store in ExtJs 4

I just downloaded the final version of ExtJs 4 and I'm trying to implement some things using new Model approach. For …

extjs extjs4
ExtJS Infinite Scroll Grid with remote Filters and Sort

In ExtJS 4.1 beta 2 I managed to implement an infinite scroll grid with a remote store. I basically took an existing (…

javascript extjs extjs4 filtering dom-events
ExtJS 4 or 4.1 MessageBox Custom Buttons

Ext.MessageBox.show({ title:'Messagebox Title', msg: 'Are you sure want to delete?', buttons: {yes: "Some Button 1",no: "Some …

extjs4 extjs4.1
ExtJS MVC, dynamic loading and i18n

I would like to translate my ExtJS application in different languages. My issue is that I'm using ExtJS MVC framework, …

extjs localization internationalization extjs4 extjs-mvc