PDA

View Full Version : can't view docs -- index.html



andynuss
6 Jul 2009, 7:46 AM
Hi,

I open index.html in the docs folder of the download. (Firefox and Centos 5). I click the expand to show all of the apis and that works. But the main panel that holds content never loads. If I click anything in the nav bar, such as TreePanel, the main panel just keeps saying loading... but never loads.

I guess I got off to a bad start.

Andy

Animal
6 Jul 2009, 7:48 AM
You need an HTTP server.

Doesn't it say that somewhere? I'm pretty sure it does.

jay@moduscreate.com
6 Jul 2009, 8:23 AM
To help you get started, here is an unedited version of Chapter 1 of Ext JS in Action (http://manning.com/garcia).

http://manning.com/garcia/Garcia_MEAPCH1.pdf.pdf

andynuss
6 Jul 2009, 8:36 AM
Thanks,

I hadn't checked for that. But I'm using Tomcat not apache on my dev system, and I put the docs folder in my tomcat installation renamed to "extjs" and visited http://localhost:8080/extjs and it just hangs. Is there a potential problem with port 8080 and json?

Andy

andynuss
6 Jul 2009, 8:46 AM
My fault! I got too aggressive and didn't copy the whole dist to my tomcat folder. I did that (and I assume that the docs use the src folder) and it works now.

Andy