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

/yui3/src/attribute/js/
H A DAttributeCore.js47 * AttributeCore provides the lightest level of configurable attribute support. It is designed to be
65 * <p>Object/Classes based on AttributeCore can augment <a href="AttributeEvents.html">AttributeEvents</a>
69 * @class AttributeCore
74 function AttributeCore(attrs, values, lazy) { class
83 * AttributeCore.INVALID_VALUE to prevent invalid values from being stored.</p>
90 AttributeCore.INVALID_VALUE = {};
91 INVALID_VALUE = AttributeCore.INVALID_VALUE;
105 AttributeCore._ATTR_CFG = [SETTER, GETTER, VALIDATOR, VALUE, VALUE_FN, WRITE_ONCE, READ_ONLY, LAZY_ADD, BYPASS_PROXY];
107 AttributeCore.prototype = {
374 * This is currently a hack. There's no real need for the AttributeCore implementatio
[all...]

Completed in 31 milliseconds