ExtJS UI is made up of one or many widgets called Components.Ext Js
has various UI components defined which can be customised as per your
requirements.
| S.N. |
Methods & Description |
| 1 |
GridGrid component can be used to show the data in the tabular format. |
| 2 |
FormForm widget is to get the data from the user. |
| 3 |
Message BoxMessage box is basically used to show data in the form of alert box. |
| 4 |
ChartCharts are used to reprent data in pictorial format. |
| 5 |
Tool tipTool tip is used to show some basic information when any event occurs. |
| 6 |
WindowThis UI widget is to create a window which should pop up when any event occurs. |
| 7 |
HTML editorHTML
Editor is one of the very useful UI component which is used for styling
the data which user enters in terms of fonts, color, size etc. |
| 8 |
Progress barTo show the progress of the backend work. |
No comments:
Post a Comment