Ext JS JavaScript DHTML



Hello World Window







Ext.onReady(function() {
  Ext.MessageBox.alert('Hello', 'The DOM is ready!');
});
 
asdf