Components of Ext JS



Components of Ext JS

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

 Components

Components of Ext JS

The Ext JS UI (User Interface) components are extracted from Ext. Components class and Ext. Base class. We have some components of Ext JS that are tabulated.

Sl. No. Component Description
1 Form The form helps to obtain the data from the user.
2 Grid Grid is display the data in the form of a table.
3 Chart It is used to display the data in a pictorial manner.
4 Message Box This component is used to display the data in an alert box form.
5 Window The Window component helps us to create the window.
6 Tool tip It is used to display the data during the event occurring.
7 HTML editor The editor is used to style the data input by the user. Ex: colour, size, and font.
8 Progress Bar This bar always shows the progress of backend functions.


Related Searches to Components of Ext JS