Searched refs:addAttr (Results 1 - 7 of 7) sorted by relevance

/yui3/src/attribute/js/
H A DAttributeCore.js62 * <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 Dmodel-debug.js808 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 Dbutton.js168 button.addAttr(selectedAttrName, {
/yui3/build/button/
H A Dbutton-debug.js170 button.addAttr(selectedAttrName, {
/yui3/src/app/js/
H A Dmodel.js806 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 Dattribute-core-debug.js196 * <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 Dmodel-list-test.js309 list.addAttr('foo', {value: '<listfoo>'});
325 list.addAttr('foo', {value: '<listfoo>'});
341 list.addAttr('foo', {value: 'list foo'});

Completed in 67 milliseconds