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

Is There A Way To Only Show Parent Nodes In A Extjs Tree

I want to show only parent nodes of a tree in extjs. In my datastore there are leaf nodes as well. … Read more Is There A Way To Only Show Parent Nodes In A Extjs Tree

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

Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

I have an existing intranet webapp (solely internal) built with ExtJS using an 'iframe architec… Read more Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

Add Custom Item To Radio Button In Extjs

I have this radio button group in extjs { xtype: 'radiogroup', flex: 8, vertica… Read more Add Custom Item To Radio Button In Extjs

How To Get The Row Headers Functionality In Extjs?

I want to render something like depicted below : +-----------------+------------+---------------+ |… Read more How To Get The Row Headers Functionality In Extjs?

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?

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 - 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?