Ext JS - Learning Center

Tutorial talk:What is that Scope all about

From Learn About the Ext JavaScript Library

Jump to: navigation, search

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

FireBug 1.2

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.

  • This page was last modified on 27 August 2008, at 14:51.
  • This page has been accessed 2,321 times.