Details
Description
1/ At present we are including following yui2 libs on each page: dom, connection, container
2/ javascript-static.js is using YUI2 functions
3/ ajaxcourse, blocs, etc is using DOM, D&D...
4/ just search for "YAHOO."
There are only a few exceptions that use things not available in YUI3 yet (UI widgets), I think all DOM, D&D, ajax calls, JSON, etc. could be converted to YUI3 relatively easily before the 2.0beta. But not really sure, because I did not try the migration yet. Could you please try to choose just one selfcontained area and test the conversion YUI2->YUI3 there and estimate time/effort needed? thanks a lot.
sending example how to use YUI2 from YUI3 code, please note it is enough to use "Y.user(yui2-calendar)" where the "yui2-" is a prefix for current version of YUI2 modules and "calendar" is the standard name of YUI2 module, all dependencies are loaded automatically on the fly.