Ext JS JavaScript DHTML



Hello World Window






Ext.onReady(function() {
    new Ext.Toolbar({
      renderTo: Ext.getBody(),
      items: [
          {
            xtype: 'tbbutton',
            text: 'Button'
          }
      ]
    });
});
 
asdf