Bhupi
Bhupi

Reputation: 2969

how to learn EXTJS

I know jquery and javascript but never worked on other frameworks like EXTJS. can somebody tell me the best way to quickly learn EXTJS? and also what is the process to configure EXTJS? Is it in the same way like we configure jquery (by just adding a standard js file)? or something else.

Thanks

Upvotes: 9

Views: 8275

Answers (3)

Leroy
Leroy

Reputation: 472

I always read files from here Sencha Docs and use it as my reference for my tasks/projects

Upvotes: 0

Daniel Attfield
Daniel Attfield

Reputation: 2072

I'd recommend Jorge Ramon's excellent ExtJS 3.0 Cookbook - it's what I used to learning by actually doing stuff. The projects start out pretty easy, and goes through everything to do with configuring ExtJS.

Once you've got the basics, the Sencha tutorials and FAQs are ok, but I reckon that for reference, the best resource they've got by far is their API.

Finally, Jozef Sakalos (aka Saki) has made some awesome examples on his blog and on his ExtJS Examples site.

Good luck learning ExtJS!

Upvotes: 5

Aim Kai
Aim Kai

Reputation: 2919

Quite a few tutorials on this website:

http://www.sencha.com/learn/Tutorials

Or have a look at the answer to this question

https://stackoverflow.com/questions/2001112/ext-js-tutorial-or-videos

Try Garcia's book 'Ext JS in action' http://www.manning.com/garcia/

Upvotes: 10

Related Questions