Searched refs:addAttr (Results 1 - 7 of 7) sorted by relevance
| /yui3/src/attribute/js/ |
| H A D | AttributeCore.js | 62 * <p>See the <a href="#method_addAttr">addAttr</a> method, for the complete set of configuration 205 * @method addAttr 221 addAttr: function(name, config, lazy) { 325 this.addAttr(name, lazyCfg); 724 * See <a href="#method_addAttr">addAttr</a>. 755 * See <a href="#method_addAttr">addAttr</a>. 781 host.addAttr(attr, attrCfg, lazy);
|
| /yui3/build/model/ |
| H A D | model-debug.js | 808 Duckpunches the `addAttr` method provided by `Y.Attribute` to keep the 815 @method addAttr 825 addAttr: function (name, config, lazy) { 859 return Model.superclass.addAttr.apply(this, arguments);
|
| /yui3/src/button/js/ |
| H A D | button.js | 168 button.addAttr(selectedAttrName, {
|
| /yui3/build/button/ |
| H A D | button-debug.js | 170 button.addAttr(selectedAttrName, {
|
| /yui3/src/app/js/ |
| H A D | model.js | 806 Duckpunches the `addAttr` method provided by `Y.Attribute` to keep the 813 @method addAttr 823 addAttr: function (name, config, lazy) { 857 return Model.superclass.addAttr.apply(this, arguments);
|
| /yui3/build/attribute-core/ |
| H A D | attribute-core-debug.js | 196 * <p>See the <a href="#method_addAttr">addAttr</a> method, for the complete set of configuration 339 * @method addAttr 355 addAttr: function(name, config, lazy) { 459 this.addAttr(name, lazyCfg); 858 * See <a href="#method_addAttr">addAttr</a>. 889 * See <a href="#method_addAttr">addAttr</a>. 915 host.addAttr(attr, attrCfg, lazy);
|
| /yui3/src/app/tests/ |
| H A D | model-list-test.js | 309 list.addAttr('foo', {value: '<listfoo>'}); 325 list.addAttr('foo', {value: '<listfoo>'}); 341 list.addAttr('foo', {value: 'list foo'});
|
Completed in 16 milliseconds