CommunityID/webdir/javascript/yui/element
6543 b484e522e8 import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
..
README import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
element-beta-debug.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
element-beta-min.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00
element-beta.js import v1.0.0-RC4 | 2009-05-20 2019-07-17 22:08:50 +02:00

README

Element Release Notes

*** version 2.6.0 ***
* Passing return values from DOM methods (appendChild, insertBefore, etc)

*** version 2.5.2 ***
no change

*** version 2.5.1 ***
no change

*** 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.