Top "Extjs" questions

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

Hide ExtJS Panel Title

I have a ExtJS panel inside a viewport center region. I want to hide the title of the panel. How …

javascript extjs title
How to select a combobox value in ExtJs?

I am trying to simply select an item in the dropdown list after it has been loaded into a store. …

extjs extjs3
Listener for "date change" in FullCalendar?

Is there any way to attach a listener to FullCalendar that will be fired whenever the currently viewed date is …

javascript date extjs fullcalendar dom-events
ExtJS 4 - Mark a red asterisk on an required field

I have this problem where I need to add a red asterisk beside a fieldLabel when a field is marked …

forms extjs extjs4 required-field
EXTJS close a window

I have a Window. I'm having some issues with the default close button which is on the top-right hand corner …

extjs extjs4 extjs4.1
Javascript library for building desktop-like web application: ExtJS, jQuery, YahooUI, Mocha, SproutCore, Cappuccino, others?

I am evaluating several Javascript UI toolkits for building web applications that have a desktop-like feel, mainly because of dialogs …

javascript jquery extjs yui mootools
EXTJS Store load callback issue

I load my store as follows: store.load({ params: { paramMap }, callback: function(records, options, success) { if (success) { var form = formPanel.…

extjs extjs4.1
Align items vertically in a center - Sencha Panel

I am trying to align mid of the screen of an item simply a label but it is aligning it …

extjs sencha-touch sencha-touch-2
How to get selected rows of a grid panel in ExtJs?

I want to get the surname fields of the selected rows. This one does not work at all: users.getSelectionModel().…

extjs extjs4
Sencha Touch - looking for a good tutorial / getting started for a content application

I'm trying to build a mobile "content" application that will be used to display many pages of mostly text, using …

extjs sencha-touch