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

How To Access The Id Of A Collapsetool In A Grid?

I'm trying to access the ID of the collapseTool in a grid, but I'm not having any luck. Her… Read more How To Access The Id Of A Collapsetool In A Grid?

Extjs Merge Objects

I have a super class in my application, that defines an object like this: Ext.define('superclas… Read more Extjs Merge Objects

How To Set Radiogroup Radiofield Based On The Json Data Extjs 4

hi forum member I am having one problem with setting the radiofield in the extjs 4 my form radiogro… Read more How To Set Radiogroup Radiofield Based On The Json Data 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

Extjs Qtip And Messagebox Issues, Text Is Truncated/missing Depending On The Browser

I am using EXTJS 4 (4.2.1.883) and experiencing issues with qtips and message boxes, on different b… Read more Extjs Qtip And Messagebox Issues, Text Is Truncated/missing Depending On The Browser

Select A Value From A Variable

In Extjs, I am trying to select a value accrued from a variable Store. I tried: var newStore = Sto… Read more Select A Value From A Variable

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?

Extjs - How To Use Proxy, Model? How Are They Related?

I've been trying to learn to work with Models and Stores. But the proxy bit is confusing me a l… Read more Extjs - How To Use Proxy, Model? How Are They Related?