Have you guys looked at Ext?

From all the AJAX JavaScript libraries I've reviewed it has the best potential. I've looked at Dojo, YUI, JQuery, Prototype+Scriptaculous.

You can look at Ext here:

http://extjs.com

Or at the authors web site:

http://www.jackslocum.com/

Examples and Documentation here:

http://www.yui-ext.com/deploy/ext-1.0-alpha3/docs/

Anyways, if you have code invested in prototype.js or jquery.js then Ext can use those libraries as their core libraries. But the standard configuration and the one with the smallest footprint uses YUI core classes (yui-utilities.js).

You can also use the Ext core (minus the widgets) which does all the basic ajax stuff: DOM element abstraction, DOM query engine, cross- browser support, loading content from URLs, animations, etc.

But the widgets and themes are awesome... check them out.

At the end you should be able to customize Ext to include only the stuff you want for your website.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to