Top "Extjs" questions

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

ExtJs panel - adding dynamic components

I have a window with panel in inside the window. I add components to the panel dynamically. These components are …

dynamic extjs window components panel
up() and down() versus Ext.getCmp()

I'm very confused which one I need to use for grep object between up() down() and Ext.getCmp(ID). For …

javascript extjs extjs4 extjs4.1
Applying loadMask() to a single element in extjs?

How to apply loadMask to only one element, and not the whole browser width-height?default here, only one element is …

load extjs4 extjs mask
Auto-size Ext JS Window based on content, up to maxHeight

Using Ext JS 4.0.2, I'm trying to open a window that automatically sizes itself big enough to fit its content, until …

extjs extjs4
ExtJs4 - Store baseParams config property?

In extjs3.x I used the stores baseParams config property to specify parameters used to load the store. This property …

javascript extjs store params extjs4
Align components in the center in a Panel: EXT JS

I am new to ext JS and I am tryin gto place 3 components in a FormPanel but I don't know …

extjs formpanel
Set listener for store events in a controller

I have a controller with a store, a model, and some views. I need to listen for the beforesync and …

javascript model-view-controller extjs extjs4
ExtJs 4.1 : How to send json data in the request body using Ext.Ajax.request()?

I would like to send json data using Ext.Ajax.request() then access it in ASP.NET using Request.InputStream …

ajax extjs request extjs4.1
How can i open popup window in ExtJS with formpanel only

I have the Form panel which constains the form with fields. Now on click of button , i am opening the …

javascript extjs extjs4.2
ExtJs Message box with Custom buttons

How to display ExtJS Message box with Custom buttons. I want a Message box with a Custom message and "Cancel" …

extjs extjs3