Ext JS JavaScript DHTML



Hello World Window





Ext.onReady(function(){
  
    Ext.get('block').scale(50, 50);
    Ext.get('inline').scale(300, 20);
});


    
    
      

I Am A Block Element


    

    I Am An Inline Element