Ext JS JavaScript DHTML



Hello World Window





Ext.onReady(function(){
    Ext.Msg.show({
      msg: 'AWESOME.'
    });
});