Sencha Ext JS is a JavaScript framework for building rich Internet applications (RIAs).
I have a ExtJS panel inside a viewport center region. I want to hide the title of the panel. How …
javascript extjs titleI am trying to simply select an item in the dropdown list after it has been loaded into a store. …
extjs extjs3Is there any way to attach a listener to FullCalendar that will be fired whenever the currently viewed date is …
javascript date extjs fullcalendar dom-eventsI have this problem where I need to add a red asterisk beside a fieldLabel when a field is marked …
forms extjs extjs4 required-fieldI have a Window. I'm having some issues with the default close button which is on the top-right hand corner …
extjs extjs4 extjs4.1I am evaluating several Javascript UI toolkits for building web applications that have a desktop-like feel, mainly because of dialogs …
javascript jquery extjs yui mootoolsI load my store as follows: store.load({ params: { paramMap }, callback: function(records, options, success) { if (success) { var form = formPanel.…
extjs extjs4.1I am trying to align mid of the screen of an item simply a label but it is aligning it …
extjs sencha-touch sencha-touch-2I want to get the surname fields of the selected rows. This one does not work at all: users.getSelectionModel().…
extjs extjs4I'm trying to build a mobile "content" application that will be used to display many pages of mostly text, using …
extjs sencha-touch