iccle
30 Mar 2008, 2:38 AM
I was not sure where to post this but here goes:
I downloaded extjs almost a week ago, and have spent each day since then trying to figure out why opening the index.html file within the docs folder would not correctly display the documentation.
Firebug gave the error:
this.el has no properties
Component("search")ext-all.js (line 58)
Component(Object applyTo=search tpl=Object loadingText=Searching...)ext-all.js (line 58)
apply()ext-base.js (line 9)
apply()ext-base.js (line 9)
initSearch()docs.js (line 236)
Updater(Object tId=0 status=0 statusText=communication failure)ext-all.js (line 18)
apply(function(), Object el=Object defaultUrl=welcome.html events=Object, [Object tId=0 status=0 statusText=communication failure, Object url=welcome.html scope=Object timeout=30000], undefined)ext-base.js (line 9)
Connection(Object tId=0 status=0 statusText=communication failure, undefined)ext-all.js (line 17)
getViewWidth(Object conn=XMLHttpRequest tId=0, Object scope=Object argument=Object timeout=30000, undefined)ext-base.js (line 10)
getViewWidth()
Thankfully after hunting around in the forums i eventually found a small comment within a post saying that the documentation is designed to be served and not read directly.
Until i found this information i was under the impression that the extjs distribution was broken as it is not immediately clear that the documentation only works when served from a webserver.
Can you add this minor point to a readme.txt within the main distribution, hopefully this will help other people new to extjs (or like me, new to javascript and extjs) being able to read the documentation sooner.
I downloaded extjs almost a week ago, and have spent each day since then trying to figure out why opening the index.html file within the docs folder would not correctly display the documentation.
Firebug gave the error:
this.el has no properties
Component("search")ext-all.js (line 58)
Component(Object applyTo=search tpl=Object loadingText=Searching...)ext-all.js (line 58)
apply()ext-base.js (line 9)
apply()ext-base.js (line 9)
initSearch()docs.js (line 236)
Updater(Object tId=0 status=0 statusText=communication failure)ext-all.js (line 18)
apply(function(), Object el=Object defaultUrl=welcome.html events=Object, [Object tId=0 status=0 statusText=communication failure, Object url=welcome.html scope=Object timeout=30000], undefined)ext-base.js (line 9)
Connection(Object tId=0 status=0 statusText=communication failure, undefined)ext-all.js (line 17)
getViewWidth(Object conn=XMLHttpRequest tId=0, Object scope=Object argument=Object timeout=30000, undefined)ext-base.js (line 10)
getViewWidth()
Thankfully after hunting around in the forums i eventually found a small comment within a post saying that the documentation is designed to be served and not read directly.
Until i found this information i was under the impression that the extjs distribution was broken as it is not immediately clear that the documentation only works when served from a webserver.
Can you add this minor point to a readme.txt within the main distribution, hopefully this will help other people new to extjs (or like me, new to javascript and extjs) being able to read the documentation sooner.