PDA

View Full Version : Help with Installation



swizzo27
16 Oct 2007, 2:03 AM
Whenever I try to run any .js file from the Ext package, windows prompts that 'Ext' is not a recognized object...What should I do to get started with Ext JS?

swizzo27
16 Oct 2007, 2:22 AM
Everytime I run any JavaScript file I get the 800A1391 error, and it says that 'Ext' is undefined. Is anyone else getting this error?

evant
16 Oct 2007, 3:12 AM
http://extjs.com/learn/ is the best place to start.

evant
16 Oct 2007, 3:18 AM
Please don't post the same thing in multiple forums.

crafter
16 Oct 2007, 3:25 AM
You can't "run" the JS files. Those files contain code to include in your HTML page.

The easiest way, once you zip the file is to extract and place the library on your webserver.

You then point your browser to the directory:
http://mydomain/where_i_placed_the_ext_library/docs/

The documents should load as an HTML page calling the Ext library.