Very nice. I made a few English grammar corrections, hope you don't mind.
I am wondering about scope as regards document <body> and <form> tags. In all Ext examples I've seen, there are no <form>...</form> tags, everything is done within <body>...</body> only. Does this have major significance in Ext with regard to scope?
Steve
As I understand 'this' statement became different in FireBug 1.2 console. Example 'this.fn()' works in FireBug 1.1. But running it in FireBug 1.2 I get 'TypeError: this.fn is not a function'. So console scope in 1.2 is not equal 'window' scope.