[Users] quickstart example on geoext.org needs update
Alex Dean
alex at crackpot.org
Fri Jan 21 16:50:47 CET 2011
Hi. I've just been trying out http://www.geoext.org/tutorials/quickstart.html
Step 1 in the 'Basic Example' includes:
<link rel="stylesheet" type="text/css" href="ext-3.2.1/resources/ext-all.css"></link>
<link rel="stylesheet" type="text/css" href="GeoExt/resources/geoext-all-debug.css"></link>
I have ext-3.3.1 and GeoExt-1.0. The correct paths are actually
<link rel="stylesheet" type="text/css" href="ext-3.3.1/resources/css/ext-all.css"></link>
<link rel="stylesheet" type="text/css" href="GeoExt/resources/css/geoext-all-debug.css"></link>
Granted, it's a minor change and not that hard to figure out, but for someone just getting going these little things add frustration. If this website is version-controlled, I'd be happy to submit a patch to fix this.
best,
alex
More information about the Users
mailing list