Searched refs:addAttrs (Results 1 - 9 of 9) sorted by relevance
| /yui3/src/graphics/js/ |
| H A D | GraphicBase.js | 65 * @method addAttrs 68 addAttrs: function(cfg) 245 host.addAttrs(cfg);
|
| /yui3/build/graphics/ |
| H A D | graphics-debug.js | 67 * @method addAttrs 70 addAttrs: function(cfg) 247 host.addAttrs(cfg);
|
| /yui3/src/base/js/ |
| H A D | BaseCore.js | 536 this.addAttrs(this._filterAttrCfgs(constr, attrCfgs), userVals, lazy); 539 this.addAttrs(this._filterAdHocAttrs(attrCfgs, userVals), userVals, lazy);
|
| /yui3/build/base-core/ |
| H A D | base-core-debug.js | 538 this.addAttrs(this._filterAttrCfgs(constr, attrCfgs), userVals, lazy); 541 this.addAttrs(this._filterAdHocAttrs(attrCfgs, userVals), userVals, lazy);
|
| /yui3/src/attribute/js/ |
| H A D | AttributeCore.js | 70 * @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 D | attribute-core-debug.js | 204 * @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 D | Fills.js | 24 this.addAttrs(attrs, cfg);
|
| H A D | Plots.js | 18 this.addAttrs(attrs, cfg);
|
| /yui3/build/charts-base/ |
| H A D | charts-base-debug.js | 5991 this.addAttrs(attrs, cfg); 6348 this.addAttrs(attrs, cfg);
|
Completed in 124 milliseconds