Ext JS JavaScript DHTML



Hello World Window





Ext.onReady(function(){
    Ext.Msg.show({
      title:'Hey!',
      msg: 'Icons and Buttons! AWESOME.',
      icon: Ext.MessageBox.INFO,
      buttons: Ext.MessageBox.OK
    });
});