Components of Ext JS
Components of Ext JS
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. |