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

/yui3/src/graphics/js/
H A DGraphicBase.js65 * @method addAttrs
68 addAttrs: function(cfg)
245 host.addAttrs(cfg);
/yui3/src/attribute/js/
H A DAttributeCore.js70 * @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.
71 * @param values {Object} The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.
72 * @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
114 * @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.
115 * @param values {Object} The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>). These are not merged/cloned. The caller is responsible for isolating user provided values if required.
116 * @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
195 * the <a href="#method_addAttrs">addAttrs</a> method.</dd>
716 * @method addAttrs
728 addAttrs : function(cfgs, values, lazy) {
741 * Implementation behind the public addAttrs metho
[all...]

Completed in 11 milliseconds