Question:What do the following files do in ExtJS?
a) Ext-all.css
b) Ext-base.js
c) Ext-all-debug.js/ext-all.js
Answer
a) Ext-all.css Ans: A style sheet file that controls the look and feel of Ext widgets. b) Ext-base.js Ans: This file provides the core functionality of Ext. c) Ext-all-debug.js/ext-all.js
Ans: All of the widgets live in this file. The debug version is used for development, and then swapped out for the non-debug version for production.
+ Report
What do the following files do in ExtJS?
a) Ext-all.css
b) Ext-base.js
c) Ext-all-debug.js/ext-all.js