Questions tagged [extjs-mvc]

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

The following is how ExtJS defines "MVC" in their codebase:

Model is a collection of fields and their data (e.g. a User model with username and password fields). Models know how to persist themselves through the data package, and can be linked to other models through associations. Models work a lot like the Ext JS 3 Record class, and are normally used with Stores to present data into grids and other components

View is any type of component - grids, trees and panels are all views.

Controllers are special places to put all of the code that makes your app work - whether that's rendering views, instantiating Models, or any other app logic.

651 questions
-1
votes
1 answer

How to dehighlight the row when checkbox is checked in extjs grid

I am using extjs4.1 grid in aspnet mvc3 application. I have used checkboxrowselection model. the issue is : once the checkbox is checked,the row should not get highlighted in the extjs grid. How can i acheive this. please help
AMDI
  • 895
  • 2
  • 17
  • 40
-1
votes
1 answer

How to change the pixel position of the TabPanel extjs?

Can anyone please tell how to change the pixel position of the Tabpanel in extjs Raj
-1
votes
1 answer

how to increase the tabpanel height and width which is created in extjs?

I have a TabPanel, where the TabPanel contains two parts, one part has details about the image and the down part has the image which is created using Panel. Now the image is unreadable in IE8(less size), so i want to increase the size of the…
-2
votes
1 answer

I have upgrade Extjs 4.2 to 5.1.1 now combobox getting error cannot read property apply..but which is working perfect in extjs 4.2

Uncaught TypeError: Cannot read property 'apply' of undefined ext-all-rtl-debug.js?_dc=1434006887415:122446Ext.define.getDisplayValue ext-all-rtl-debug.js?_dc=1434006887415:122446Ext.define.updateValue…
Dominic
  • 1
  • 1
-2
votes
1 answer

events for docked items in ext js

i am a noob in ext js and stuck with a problem. i have created an app this is the init function of my controller. init: function () { console.log('initialized filesystem controller'); this.control({ 'filesystemtree': { …
Parv Sharma
  • 12,581
  • 4
  • 48
  • 80
-3
votes
2 answers

What is the store in ExtJS 4?

I don't understand what is it. Please give me a simple explanation. What is the store in MVC in ExtJS 4?
Serge Almazov
  • 396
  • 3
  • 11
1 2 3
43
44