Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / yui / yahoo-dom-event / README
blob155203814eaea3d0ec29e7482feb8a8117263797
1 yahoo-event-dom.js Release Notes
3 *** NOTE ***
5 This document is not updated with each release.  Changes to
6 the yahoo-dom-event.js source are noted in the README
7 file for each component that comprises this aggregate:
9 yahoo/README
10 dom/README
11 event/README
13 ************
15 *** version 0.12.0 ***
17 The yahoo-event-dom.js file rolls up the three most commonly-used YUI Utilities
18 into a single file; it includes the following files:
20 * Yahoo Global Object
21 * Dom
22 * Event
24 These three files serve as a common foundation for most YUI components and
25 third-party implementations.  On pages where you do not need additional YUI
26 Utilities (Connection Manager, Animation Utility, Drag & Drop Utility), the
27 yahoo-event-dom.js aggregate will often be an optimal choice.
29 Note: If you do require additional utilities, the full utilities.js file is
30 provided in this distribution; utilities.js includes all YUI Utilities in a
31 single file.
33 Please see the blog article on www.yuiblog.com titled "YUI: Weighing in on
34 Pageweights" at http://yuiblog.com/blog/2006/10/16/pageweight-yui0114/ for more
35 details.