最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Faster ExtJs 4 learning methodology - Stack Overflow

programmeradmin3浏览0评论

How can a JQuery Ninja cross over to ExtJS as fast as possible? Given that ExtJS 3.x is now obsolete, how can one quickly grip concepts in Ext JS 4. Hardly can one find a book on Ext JS 4 online. The documentation is quite forward but plex. Ext Js has many ponents, and each ponent has several APIs e.g. a Grid has very many ways of manipulating its view e.t.c. What learning flow may work for me to quickly not skip anything on ponents, views, controllers e.t.c. I would want to write good Ext JS code in a period of 2 months from now. please suggest methods of learning Ext JS 4

NOTE: the writer has never used Ext Js wether in older versions of it or the new

How can a JQuery Ninja cross over to ExtJS as fast as possible? Given that ExtJS 3.x is now obsolete, how can one quickly grip concepts in Ext JS 4. Hardly can one find a book on Ext JS 4 online. The documentation is quite forward but plex. Ext Js has many ponents, and each ponent has several APIs e.g. a Grid has very many ways of manipulating its view e.t.c. What learning flow may work for me to quickly not skip anything on ponents, views, controllers e.t.c. I would want to write good Ext JS code in a period of 2 months from now. please suggest methods of learning Ext JS 4

NOTE: the writer has never used Ext Js wether in older versions of it or the new

Share Improve this question edited Aug 18, 2011 at 10:34 Chau 5,5709 gold badges67 silver badges98 bronze badges asked Aug 18, 2011 at 10:05 Muzaaya JoshuaMuzaaya Joshua 7,8363 gold badges48 silver badges88 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 8

you may wish to refer to this thread

Also not that a few books are available now like this one and another one which is in a review phase but the most prehensive guide will always be the documentation which you can get here. Otherwise you are not supposed to find any hardship because its all javascript.

Two months ago I've started with Ext JS project without having previous experience with it. Can't say it was hard to learn. Ext JS is designed really cleverly. I've been learning only from official documentation and google. First I've read the official tutorials, after that was exploring reference, many helpful examples can be found there. Books about libraries and frameworks, especially about such well-documented like Ext JS are wasting of time in my opinion. If you have previous experience with JS and know about OOP it should be easy to learn Ext JS.

Check the statup guide: http://docs.sencha./ext-js/4-1/#!/guide

The best way to learn is see the examples : http://docs.sencha./ext-js/4-1/#!/example

Learn by videos: http://docs.sencha./ext-js/4-1/#!/video

Once you are fortable, read the api docs: http://docs.sencha./ext-js/4-1/#!/api

发布评论

评论列表(0)

  1. 暂无评论