Skip to content Skip to sidebar Skip to footer
Showing posts with the label Extjs4

How To Tell Store What Page Was Loaded

I have a store that is binded to grid. When it is loaded it has n pages. Now I want to show the pag… Read more How To Tell Store What Page Was Loaded

Using Boundlist As Widget

I have an extended bound list, and I use it as a widget. Get/set value and other works good, but: H… Read more Using Boundlist As Widget

Ext.window.messagebox Draggable False, Error Calling Hide Method

After creating an instance of MessageBox like this var msgBox = Ext.create('Ext.wi… Read more Ext.window.messagebox Draggable False, Error Calling Hide Method

Behaviour Of Autodestroy: False In Extjs4

How does autoDestroy:false actually works in Ext-Js 4. I am intending to close the tab and then re… Read more Behaviour Of Autodestroy: False In Extjs4

How To Convert (or Serialize) Javascript Data Object (or Model) To Xml Using Extjs

How do I convert that instance to XML? I am working with ExtJs 4.2. I have an instance of an ExtJ… Read more How To Convert (or Serialize) Javascript Data Object (or Model) To Xml Using Extjs

Extjs - Combo With Templates To Display Multiple Values

I am working on Extjs 4.1. I did implement an autocomplete feature for the text box. I'm now ab… Read more Extjs - Combo With Templates To Display Multiple Values

How To Set An Extjs Grid Record Phantom To True

In Ext 4.1, I am dropping items to a grid, but the records come in with an id and the phantom flag … Read more How To Set An Extjs Grid Record Phantom To True

Extjs 5.0 Model Post Values Not Received On Server Side (working Extjs 4.2)

I am upgrading our Extjs 4.2 app to Extjs 5.0. I am able to bring up all the read only pages but i … Read more Extjs 5.0 Model Post Values Not Received On Server Side (working Extjs 4.2)