views:

1225

answers:

3

If I understand correctly, extjs 2.02 is the last LPGL version. But I think it's a little difficult to use without the API documentation as extjs.com no longer carry it. Did you face this very same issue?

+1  A: 

You could always try generating the documentation yourself from the source using the ext-doc java program. http://code.google.com/p/ext-doc/

Or if you have Adobe air installed you can download the ExtJS air app api docs http://extjs.com/downloads/extdocs-2.0.2.air

If you don't have Air installed and don't want to then you can extract the doc files from the air app by unzipping it.

jDempster
+2  A: 

you can download the entire ExtJs 2.0.2 library here : http://yogurtearl.com/ext-2.0.2.zip

the documentation is in the root / docs folder

Joshua
+2  A: 

http://www.extjs.com/deploy/ext-2.0.2/docs/

marcini