webgui/www/extras/yui/build/element/README
Chris Nehren 8fdd413d12 * resizable text areas now use the YUI 2.5.0 code
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +00:00

25 lines
786 B
Text

Element Release Notes
*** version 2.5.0 ***
* SetAttributes now correctly handles false values
*** version 2.4.0 ***
no change
*** version 2.3.1 ***
no change
*** version 2.3.0 ***
* setAttributes now sets in order configs were added
* added subscribe alias for on/addListener
*** version 2.2.2 ***
* fixed contentReady timing regression
*** version 2.2.1 ***
* Added support for "dblclick", "focus", "blur", and "submit" event (for elements that support them)
* Fixed scope correction for addListener/on/subscribe
*** version 2.2.0 ***
* beta introduction (broken out of TabView for general use)
* The Element class provides a wrapper for HTMLElements in the DOM and makes simpler common tasks such as adding listeners, manipulating the DOM, and setting and getting attributes.