Ext.js Tutorial
Ext.js Useful Resources
Selected Reading
- Ext.js - Methods
- Ext.js - Debugging Code
- Ext.js - Accessibility
- Ext.js - Localization
- Ext.js - Drawing
- Ext.js - Style
- Ext.js - Fonts
- Ext.js - Data
- Ext.js - Custom Events and Listeners
- Ext.js - Themes
- Ext.js - Drag & Drop
- Ext.js - Components
- Ext.js - Layouts
- Ext.js - Containers
- Ext.js - Class System
- Ext.js - First Program
- Ext.js - Architecture
- Ext.js - Naming Convention
- Ext.js - Environment Setup
- Ext.js - Overview
- Ext.js - Home
Ext.js Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Ext.js - Components
Ext.js - Components
ExtJS UI is made up of one or many widgets called Components. Ext Js has various UI components defined that can be customized as per your requirements.
Sr.No | Methods & Description |
---|---|
1 | Grid component can be used to show the data in a tabular format. |
2 | Form widget is to get the data from the user. |
3 | Message box is basically used to show data in the form of alert box. |
4 | Charts are used to represent data in pictorial format. |
5 | Tool tip is used to show some basic information when any event occurs. |
6 | This UI widget is to create a window, which should pop up when any event occurs. |
7 | HTML Editor is one of the very useful UI component, which is used for stypng the data that the user enters in terms of fonts, color, size, etc. |
8 | Shows the progress of the backend work. |