+1 vote
in JavaScript by
What are Components of Ext JS?

1 Answer

0 votes
by

The components can be defined as the number of widgets, which helps to create an application. Ext JS is also formed by many widgets known as components. The Component is referred to as the DOM element, which contains the complicated functionality. All components are inherited from the Ext. Component class.

Ext JS Tutorial

Ext JS application includes various types of elements, such as Combobox, grid, panel, container, textfield, numberfield, etc.

The Ext JS UI (User Interface) components are extracted from Ext. Components class. Ext.Component class is also extracted from the Ext.Base class.

Here, we have some components of Ext JS that are tabulated in the following table.

Sr. No.ComponentDescription
1.FormThe form helps us to obtain the data from the user.
2.GridIt is used to display the data in the form of a table.
3.ChartIt is used to display the data in a pictorial manner.
4.Message BoxThis component is used to display the data in an alert box form.
5.WindowThe Window component helps us to create the window. It is always popped up when an event occurs.
6.Tool tipIt is used to display the data during the event occurring.
7.HTML editorThe editor is used to style the data input by the user. It should be color, size, and font.
8.Progress BarThis bar always shows the progress of the backend functions.

Related questions

+1 vote
asked Aug 17, 2020 in JavaScript by RShastri
0 votes
0 votes
asked Aug 16, 2020 in JavaScript by RShastri
0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
...