Login
Remember
Register
Ask a Question
Explain the Features of Ext JS?
0
votes
asked
Aug 16, 2020
in
JavaScript
by
RShastri
Q. Explain the Features of Ext JS?
#ext
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 16, 2020
by
RShastri
Ext JS
is a client-side JavaScript framework used to create enterprise applications.
You can develop a single page application with the help of
Ext JS
.
Ext JS
supports the Object-oriented programming concepts (OOPs) with JavaScript. It makes application development and maintenance easier.
Ext JS
is based on
MVC (Model View Controller)
and
MVVM (Model view view-model).
Ext JS
supports the
OOB (Out of the Box)
components, layouts, and the containers.
It also has a Data package concept, which makes it easy to access or save the data.
Ext JS
supports the localization of the packages that helps you to localize the application.
Ext JS
provides the drag and drops functionality for components and UI containers.
It also includes the themes that are
OOB (Out of the Box)
such as Triton, Neptune, Grey, Crisp, and Classic.
Ext JS
includes the custom themes with the help of compass and
SASS (Syntactically Awesome Style Sheet).
Ext JS
has a code compatibility feature of new versions with the older version.
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.
...