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.
This is about version 4.2.2 We have a chart like this var store = Ext.create('Ext.data.JsonStore', { fields: ['name', 'data'], …
extjs extjs4 extjs-chartHow do I automatically check/uncheck all subtree nodes in an extjs tree when a certain node gets checked/unckecked. …
javascript extjs extjs4 treepanelMy code: Ext.onReady(function() { // Every property is declared inside the class Ext.define('MyCustomPanel1', { extend: 'Ext.panel.Panel', …
inheritance extjs4I'm using ExtJS 4.0.7, am new to Ext, and am using the new MVC architecture. I have a RadioGroup that, upon …
extjs extjs4 extjs-mvcI am using ExtJS Grid and its getting pretty slow with 3000+ records. Sorting takes about 4 seconds. I am thinking maybe …
javascript extjs extjs4 extjs5OK, I'm stuck on what should be a basic task in ExtJs. I'm writing a simple login script that sends …
extjs model extjs4 store restful-authentication