Lines Matching refs:attrName
101 * @param {String} attrName The name of the attribute
108 _fireAttrChange : function(attrName, subAttrName, currVal, newVal, opts) {
110 eventName = attrName + CHANGE,
116 if (!state.get(attrName, PUBLISHED)) {
125 broadcast = state.get(attrName, BROADCAST);
132 state.add(attrName, PUBLISHED, true);
141 facade.attrName = attrName;
158 if (!this._setAttrVal(e.attrName, e.subAttrName, e.prevVal, e.newVal)) {
159 Y.log('State not updated and stopImmediatePropagation called for attribute: ' + e.attrName + ' , value:' + e.newVal, 'warn', 'attribute');
163 e.newVal = this.get(e.attrName);