You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
www_csc/root/js/yui/build/element
Daniel Tiefnig 814b539def
renamed www/cscs to www_csc
18 years ago
..
README renamed www/cscs to www_csc 18 years ago
element-beta-debug.js renamed www/cscs to www_csc 18 years ago
element-beta-min.js renamed www/cscs to www_csc 18 years ago
element-beta.js renamed www/cscs to www_csc 18 years ago

README

Element Release Notes

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