http://www.sencha.com/products/extjs/up-and-running/extjs-hello-world
The output is here:
http://xoroz.com/test/extjs.html
Very cool demo examples:
…Welcome to Ext JS!
System Administrator
http://www.sencha.com/products/extjs/up-and-running/extjs-hello-world
The output is here:
http://xoroz.com/test/extjs.html
Very cool demo examples:
…Welcome to Ext JS!
(function() { //variables defined here will disappear after it ends //same happen with invoed functions within var localVar = .. ; function localFunc() { localVar = 99; //uses the previously …