I would like to read the API docs, however, when I try to access the documentation on the website, a :Page Not Found error occurs. When I try to launch the index file of the documentaion from the downloaded distribution, the cogwheels keep spinning forever.. So, how can I access the docs, really?
Well, I get 404 on link "https://docs.sencha.com/ext-js/4-1/7" and the only browser console error is "Failed to load resource ", the browser is Chrome.
As for the downloaded documentation, there is a more verbose message (or even two?):
XMLHttpRequest cannot load file:///C:/Users/Username/Downloads/ext-4.1.1a-gpl/ext-4.1.1a/src/data/JsonStore.js?_dc=1356623523462. Cross origin requests are only supported for HTTP.
Uncaught TypeError: object is not a function
For the local docs, if you run them from a webserver it'll work. Checking 4.1.2 launching from the file system does now work.
Wow, that worked! Have no idea, why it is going https though - I've just followed the link from the ExtJS website... And as for the local copy - true, I have tried starting it from the file system.. did not guess this was the issue. Thanks!