Today I am gonna discuss about Ext JS and working functionality . This is really Excellent JavaScript Framework . which is useful to design Rich User Interfaces and many widgets which will satisfy our client needs . Pls go through attached video for more information this is rellay useful video to understand Ext Js framework easily Here is sample ExT JS code to design Accordions var win =new Ext.Window({ height :300, width:300, items:[ { layout:'accordion', height:300, width:300, collapsed:true, items: [ new Ext.Button({ text:'Submit', handler:function(){ ...