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, [...]
