Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 794
Bhupi Avatar asked Dec 21 '10 12:12

Bhupi


People also ask

Is Ext JS free to use?

It is a free, limited commercial use license, with robust Ext JS Frameworks, hundreds of modern components, a material theme, and more to develop stunning-looking apps.

What is the use of Ext JS?

Ext JS is a popular JavaScript framework which provides rich UI for building web applications with cross-browser functionality. Ext JS is basically used for creating desktop applications. It supports all the modern browsers such as IE6+, FF, Chrome, Safari 6+, Opera 12+, etc.

Is Ext JS outdated?

Ext JS is not “still” a good framework, it is a great framework. That is, if you want to build large scale applications that have a desktop alike touch and feel. It has a lot of components and they are easy extendable to your own demand.


2 Answers

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/

like image 145
Aim Kai Avatar answered Oct 04 '22 12:10

Aim Kai


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!

like image 40
Daniel Attfield Avatar answered Oct 04 '22 12:10

Daniel Attfield