Searched refs:addAttrs (Results 1 - 9 of 9) sorted by relevance

/yui3/src/graphics/js/
H A DGraphicBase.js65 * @method addAttrs
68 addAttrs: function(cfg)
245 host.addAttrs(cfg);
/yui3/build/graphics/
H A Dgraphics-debug.js67 * @method addAttrs
70 addAttrs: function(cfg)
247 host.addAttrs(cfg);
/yui3/src/base/js/
H A DBaseCore.js536 this.addAttrs(this._filterAttrCfgs(constr, attrCfgs), userVals, lazy);
539 this.addAttrs(this._filterAdHocAttrs(attrCfgs, userVals), userVals, lazy);
/yui3/build/base-core/
H A Dbase-core-debug.js538 this.addAttrs(this._filterAttrCfgs(constr, attrCfgs), userVals, lazy);
541 this.addAttrs(this._filterAdHocAttrs(attrCfgs, userVals), userVals, lazy);
/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...]
/yui3/build/attribute-core/
H A Dattribute-core-debug.js204 * @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.
205 * @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.
206 * @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
248 * @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.
249 * @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.
250 * @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
329 * the <a href="#method_addAttrs">addAttrs</a> method.</dd>
850 * @method addAttrs
862 addAttrs : function(cfgs, values, lazy) {
875 * Implementation behind the public addAttrs metho
[all...]
/yui3/src/charts/js/
H A DFills.js24 this.addAttrs(attrs, cfg);
H A DPlots.js18 this.addAttrs(attrs, cfg);
/yui3/build/charts-base/
H A Dcharts-base-debug.js5991 this.addAttrs(attrs, cfg);
6348 this.addAttrs(attrs, cfg);

Completed in 124 milliseconds