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
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/
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!
I always read files from here Sencha Docs and use it as my reference for my tasks/projects
精彩评论