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

Extjs 4 And Its New Mvc: Grid: How To Handle Keys?

I'm looking for a way to handle the key in the Grid. I've closely followed the examples her… Read more Extjs 4 And Its New Mvc: Grid: How To Handle Keys?

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

Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

This is a question that surged from this other one: Best practice to have the same view and store m… Read more Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

How To Correctly Set Icon Size Of A Button In Extjs?

I'm using extjs4 and What i'm trying to do seems to be simple but i can't find a workin… Read more How To Correctly Set Icon Size Of A Button In Extjs?

Http Delete Request Without Body

I am facing the same problem as mentioned here: I am trying to connect my ExtJS 4.1 store with REST… Read more Http Delete Request Without Body

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 Determine The Selected Cell Of A Ext.grid.panel In Extjs 4?

how can i get the selected cell of a Ext.grid.Panel? In ExtJS 3 it was possible via: grid.getSelect… Read more How To Determine The Selected Cell Of A Ext.grid.panel In Extjs 4?

Creating A .net Like Dictionary Object In Javascript

I want to create a object in JavaScript which will store values in key, value pair and I should be … Read more Creating A .net Like Dictionary Object In Javascript

How To Get An Extjs Application To Look Like The Feed Example?

In my ExtJS Applications I have 3 components, an Ext.tree.Panel, and Ext.grid.Panel and an Ext.Img… Read more How To Get An Extjs Application To Look Like The Feed Example?

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

Handling The Layout Dynamically

Below is the code I tried: Read more Handling The Layout Dynamically