Top "Extjs-mvc" questions

Attempt to implement MVC-like pattern in ExtJS framework, using the terms from the pattern and some of the concepts.

How to align elements in a toolbar to left, middle, right

How can I have the three regions left, middle, right within a toolbar? I know that I can use -&…

extjs extjs4 extjs4.1 extjs-mvc
ExtJS 4 - how to call function from a certain controller in different views

I have a function which is described in one of my controllers. The function takes care of creating a form …

extjs extjs4 extjs-mvc
how to get Extjs 4 store's request data on beforeload event?

I'm trying to get request data params beforeload event on store. I can see the operation object contains the request …

javascript extjs extjs4 extjs-mvc
How to create hyper link in ExtJS 4?

I am working in ExtJS 4.I have been getting stuck at a point where I have to create a hyperlink …

extjs extjs4 dom-events extjs4.1 extjs-mvc
ExtJS 4 - Update/Refresh single record

I have a problem that's bugging me. I have a grid and when i dblclick on a item I want …

javascript extjs extjs4 extjs-mvc
how to get the server response.responseText after store load extjs 4

I'm having one problem with getting the response.responseText from the server response in extjs 4. Below is my code to …

extjs4 extjs-mvc
Where to add Global variables in ExtJS MVC?

I am wondering where to add global variables for an ExtJS Application. I already looked at some suggestions in stackoverflow …

javascript extjs extjs4 extjs-mvc
Using more than one controller with ExtJS 4 MVC

Let's say I have a main controller, then my application has a controller for each "module". This main controller contains …

extjs controller extjs4 extjs-mvc
Parse JSON in Ext JS 4 or JavaScript

I have this type of JSON: {"value":[{"idProductCategoryAttributeValue":43,"value":"7","sortOrder":0}]} I want the individual parameters values like. How do I …

javascript extjs extjs4 extjs-mvc
ExtJS: What's the point of requires?

I've been trying to figure out what requires does in Ext JS 4, and I can't seem to come up with …

javascript extjs extjs4 extjs4.1 extjs-mvc