Extjs is mainly used for UI design.Today I will create a simple form using this.And I will explain code also. So that any beginner can understand easily. After writing this code Form would be looking like below example Ext.onReady(function(){ —– This function provides a way to make our code wait until the DOM is available, [...]

Ext-JS is a open source JavaScript library for building interactive web applications[2] using techniques such as AJAX, DHTML and DOM scripting.It is easy to use,rich user interface and more it can be a desktop application. It includes: • High performance, customizable UI widgets • Well designed and extensible Component model • An intuitive, easy to [...]