|
|
|
|
|
by DjDarkman
5581 days ago
|
|
> ExtJs is an API for WEB APPS not WEB PAGES. ExtJS is a library not an API and I fail to see any connection between the JavaScript library you use and web pages or web apps. > Ive wrote several big ExtJs apps, its not quick nor easy, but the result code is fully customisable, clean and re-usable. Does it support progressive enhancement? Is it accessible? > Which framework gives you as much powerful and customisable widgets, with a wide 'projet' approach as ExtJs ? http://developer.yahoo.com/yui/ |
|
The use case of a page vs an application should have a huge impact on the library i.e. architecture you select. If it doesn't and you say for example use jQuery for a RIA your on the road to a big ball of mud.
> Does it support progressive enhancement? Is it accessible?
Progressive enhancement is a concept best applied to web pages not applications.
Ext.js 4 has full ARIA & 508a support. Your example of YUI does not.
> http://developer.yahoo.com/yui/
Name one feature YUI has that Ext.js does not ?
YUI does not have any decent RIA architecture support, for example MVC.
YUI like jQuery is good for pages, not complex applications.