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

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

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

Extjs Simulate Tab On Enter Keypress

I know it is not the smartest idea, but I still have to do it. Our users want to use ENTER like TAB… Read more Extjs Simulate Tab On Enter Keypress

Add Tip Text Dynamically To A Slider

In my project, I am trying to add the tip text (config) dynamically to a slider. How to do that? I… Read more Add Tip Text Dynamically To A Slider

How To Get Data From Extjs 4 Store

Im stack with ext js 4 at the very beginning. Im trying to get the current user data when starting … Read more How To Get Data From Extjs 4 Store

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

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)