lisper
20 Aug 2011, 2:39 PM
I'm at the very beginning of climbing the extjs learning curve. Looking at:
[My root URL]/extjs/docs/index.html#/guide/getting_started
I can run the tiny example on that page and it works. But the docs say:
You should see a warning in the console that looks like this:
http://localhost/~ron/extjs/docs/guides/getting_started/loader-warning-viewport.png
I do not see that warning. And when I add the line that the docs suggest:
Ext.require('Ext.container.Viewport');
The app stops working with the following error:
TypeError: Result of expression 'c' [null] is not a constructor.
Is this an indication that I'm doing something wrong, or just the docs lagging behind reality? I'm running a fresh install of extjs 4.0.2a. Thanks!
[My root URL]/extjs/docs/index.html#/guide/getting_started
I can run the tiny example on that page and it works. But the docs say:
You should see a warning in the console that looks like this:
http://localhost/~ron/extjs/docs/guides/getting_started/loader-warning-viewport.png
I do not see that warning. And when I add the line that the docs suggest:
Ext.require('Ext.container.Viewport');
The app stops working with the following error:
TypeError: Result of expression 'c' [null] is not a constructor.
Is this an indication that I'm doing something wrong, or just the docs lagging behind reality? I'm running a fresh install of extjs 4.0.2a. Thanks!