Lines Matching refs:attr
13 * @param {String} attr The style attribute to set.
17 setStyle: function(attr, val) {
18 Y.DOM.setStyle(this._node, attr, val);
39 * @param {String} attr The style attribute to retrieve.
43 getStyle: function(attr) {
44 return Y.DOM.getStyle(this._node, attr);
51 * @param {String} attr The style attribute to retrieve.
54 getComputedStyle: function(attr) {
55 return Y.DOM.getComputedStyle(this._node, attr);
65 * @param {String} attr The style attribute to retrieve.
74 * @param {String} attr The style attribute to retrieve.
83 * @param {String} attr The style attribute to set.