Ext JS JavaScript DHTML



Hello World Window






Ext.onReady(function() {
        (function (num) {
            alert("asdf");
        }).defer(500);
    
});
 
asdf