Searched refs:attrName (Results 1 - 14 of 14) sorted by relevance
| /yui3/build/attribute-events/ |
| H A D | attribute-events-debug.js | 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 [all...] |
| /yui3/src/attribute/js/ |
| H A D | AttributeEvents.js | 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 [all...] |
| H A D | AttributeCore.js | 560 * @param {String} attrName The attribute name. 567 _setAttrVal : function(attrName, subAttrName, prevVal, newVal) { 571 cfg = this._state.getAll(attrName, true) || {}, 575 prevRawVal = this._getStateVal(attrName), 576 name = subAttrName || attrName, 605 Y.log('Attribute: ' + attrName + ', setter returned Attribute.INVALID_VALUE for value:' + newVal, 'warn', 'attribute'); 608 Y.log('Attribute: ' + attrName + ', raw value: ' + newVal + ' modified by setter to:' + retVal, 'info', 'attribute'); 616 Y.log('Attribute: ' + attrName + ', value unchanged:' + newVal, 'warn', 'attribute'); 623 host._setStateVal(attrName, newVal); 628 Y.log('Attribute:' + attrName [all...] |
| /yui3/build/model/ |
| H A D | model-debug.js | 912 var attrName = e.attrName; 914 if (!this._setAttrVal(attrName, e.subAttrName, e.prevVal, e.newVal)) { 915 Y.log('State not updated and stopImmediatePropagation called for attribute: ' + attrName + ' , value:' + e.newVal, 'warn', 'attribute'); 919 e.newVal = this.get(attrName); 922 e._transaction[attrName] = e;
|
| /yui3/src/app/js/ |
| H A D | model.js | 910 var attrName = e.attrName; 912 if (!this._setAttrVal(attrName, e.subAttrName, e.prevVal, e.newVal)) { 913 Y.log('State not updated and stopImmediatePropagation called for attribute: ' + attrName + ' , value:' + e.newVal, 'warn', 'attribute'); 917 e.newVal = this.get(attrName); 920 e._transaction[attrName] = e;
|
| /yui3/build/attribute-core/ |
| H A D | attribute-core-debug.js | 694 * @param {String} attrName The attribute name. 701 _setAttrVal : function(attrName, subAttrName, prevVal, newVal) { 705 cfg = this._state.getAll(attrName, true) || {}, 709 prevRawVal = this._getStateVal(attrName), 710 name = subAttrName || attrName, 739 Y.log('Attribute: ' + attrName + ', setter returned Attribute.INVALID_VALUE for value:' + newVal, 'warn', 'attribute'); 742 Y.log('Attribute: ' + attrName + ', raw value: ' + newVal + ' modified by setter to:' + retVal, 'info', 'attribute'); 750 Y.log('Attribute: ' + attrName + ', value unchanged:' + newVal, 'warn', 'attribute'); 757 host._setStateVal(attrName, newVal); 762 Y.log('Attribute:' + attrName [all...] |
| /yui3/src/charts/js/ |
| H A D | ChartLegend.js | 112 var attrName = e.attrName, 116 if((hor && attrName == WIDTH) || (vert && attrName == HEIGHT))
|
| H A D | Axis.js | 249 var attrName = e.attrName, 256 if((hor && attrName == "width") || (vert && attrName == "height"))
|
| /yui3/build/charts-legend/ |
| H A D | charts-legend-debug.js | 984 var attrName = e.attrName, 988 if((hor && attrName == WIDTH) || (vert && attrName == HEIGHT))
|
| /yui3/src/widget/js/ |
| H A D | Widget.js | 1184 this[_UISET + _toInitialCap(e.attrName)](e.newVal, e.src);
|
| /yui3/build/widget-base/ |
| H A D | widget-base-debug.js | 1186 this[_UISET + _toInitialCap(e.attrName)](e.newVal, e.src);
|
| /yui3/src/scrollview/js/ |
| H A D | scrollview-base.js | 585 if (e.attrName == SCROLL_X) {
|
| /yui3/build/scrollview-base/ |
| H A D | scrollview-base-debug.js | 587 if (e.attrName == SCROLL_X) {
|
| /yui3/build/charts-base/ |
| H A D | charts-base-debug.js | 2147 var attrName = e.attrName, 2154 if((hor && attrName == "width") || (vert && attrName == "height"))
|
Completed in 101 milliseconds