Lines Matching refs:attrName
99 * @param {String} attrName The name of the attribute
106 _fireAttrChange : function(attrName, subAttrName, currVal, newVal, opts) {
108 eventName = attrName + CHANGE,
114 if (!state.get(attrName, PUBLISHED)) {
123 broadcast = state.get(attrName, BROADCAST);
130 state.add(attrName, PUBLISHED, true);
139 facade.attrName = attrName;
156 if (!this._setAttrVal(e.attrName, e.subAttrName, e.prevVal, e.newVal)) {
157 Y.log('State not updated and stopImmediatePropagation called for attribute: ' + e.attrName + ' , value:' + e.newVal, 'warn', 'attribute');
161 e.newVal = this.get(e.attrName);