Searched defs:Attribute (Results 1 - 2 of 2) sorted by relevance

/yui3/src/attribute/js/
H A DAttribute.js2 * The attribute module provides an augmentable Attribute implementation, which
4 * augmented. It also provides a State class, which is used internally by Attribute,
21 * Attribute provides configurable attribute support along with attribute change events. It is designed to be
30 * values passed to Attribute's <a href="#method_set">set</a> method, before they are stored.</li>
32 * before they are returned by Attribute's <a href="#method_get">get</a> method.</li>
40 * instead of augmenting Attribute directly. Base augments Attribute and will handle the initial configuration
43 * @class Attribute
44 * @param attrs {Object} The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>). These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.
52 var Attribute class
[all...]
H A DComplexAttribute.js6 * @for Attribute
12 Y.Attribute.Complex = function() {};
13 Y.Attribute.Complex.prototype = {
118 Y.mix(Y.Attribute, Y.Attribute.Complex, true, null, 1);
120 // Consistency with the rest of the Attribute addons for now.
121 Y.AttributeComplex = Y.Attribute.Complex;

Completed in 352 milliseconds