diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/modules/attribute.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/modules/attribute.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1690 @@ + + + + + attribute - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

attribute Module

+
+ + + User Guide & Examples + + + + + + +
+ Defined in: attribute/js/State.js:1 +
+ + + +
+ + + +
+

The attribute module provides an augmentable Attribute implementation, which +adds configurable attributes and attribute change events to the class being +augmented. It also provides a State class, which is used internally by Attribute, +but can also be used independently to provide a name/property/value data structure to +store state.

+
+ + + +
+
+ +

This module provides the following classes:

+ + + +
+ +
+ +

This module is a rollup of the following modules:

+ +
    + +
  • + + attribute-base + + +
    + The attribute-base submodule provides core attribute handling support, with everything +aside from complex attribute handling in the provider's constructor. +
    +
  • + +
  • + + attribute-complex + + +
    + Adds support for attribute providers to handle complex attributes in the constructor +
    +
  • + +
  • + + attribute-core + + +
    + The attribute-core submodule provides the lightest level of attribute handling support +without Attribute change events, or lesser used methods such as reset(), modifyAttrs(), +and removeAttr(). +
    +
  • + +
  • + + attribute-extras + + +
    + The attribute-extras submodule provides less commonly used attribute methods, and can +be augmented/mixed into an implemention which used attribute-core. +
    +
  • + +
  • + + attribute-observable + + +
    + The attribute-observable submodule provides augmentable attribute change event support +for AttributeCore based implementations. +
    +
  • + +
+ +
+
+ +
+
+
+
+
+
+ + + + + + + + + +