Lines Matching refs:attr
15 * @param {String} attr The style attribute to set.
19 setStyle: function(attr, val) {
20 Y.DOM.setStyle(this._node, attr, val);
41 * @param {String} attr The style attribute to retrieve.
45 getStyle: function(attr) {
46 return Y.DOM.getStyle(this._node, attr);
53 * @param {String} attr The style attribute to retrieve.
56 getComputedStyle: function(attr) {
57 return Y.DOM.getComputedStyle(this._node, attr);
67 * @param {String} attr The style attribute to retrieve.
76 * @param {String} attr The style attribute to retrieve.
85 * @param {String} attr The style attribute to set.