0 votes
in JavaScript by
Q. Explain the Features of Ext JS?

1 Answer

0 votes
by
  1. Ext JS is a client-side JavaScript framework used to create enterprise applications.
  2. You can develop a single page application with the help of Ext JS.
  3. Ext JS supports the Object-oriented programming concepts (OOPs) with JavaScript. It makes application development and maintenance easier.
  4. Ext JS is based on MVC (Model View Controller) and MVVM (Model view view-model).
  5. Ext JS supports the OOB (Out of the Box) components, layouts, and the containers.
  6. It also has a Data package concept, which makes it easy to access or save the data.
  7. Ext JS supports the localization of the packages that helps you to localize the application.
  8. Ext JS provides the drag and drops functionality for components and UI containers.
  9. It also includes the themes that are OOB (Out of the Box) such as Triton, Neptune, Grey, Crisp, and Classic.
  10. Ext JS includes the custom themes with the help of compass and SASS (Syntactically Awesome Style Sheet).
  11. Ext JS has a code compatibility feature of new versions with the older version.
  12. Ext JS includes a flexible layout manager that allows us to organize the display of the data and content across multiple browsers, screen sizes, and devices.

Related questions

+1 vote
0 votes
asked Sep 14, 2022 in JSF by sharadyadav1986
+1 vote
asked Feb 5, 2021 in Angular by SakshiSharma
...