Ext JS JavaScript DHTML



Hello World Window





Ext.onReady(function(){
  
    Ext.Msg.alert('Hey!', 'Something happened.');
});