Searched refs:attrName (Results 1 - 14 of 14) sorted by relevance

/yui3/build/attribute-events/
H A Dattribute-events-debug.js101 * @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 DAttributeEvents.js99 * @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 DAttributeCore.js560 * @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 Dmodel-debug.js912 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 Dmodel.js910 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 Dattribute-core-debug.js694 * @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 DChartLegend.js112 var attrName = e.attrName,
116 if((hor && attrName == WIDTH) || (vert && attrName == HEIGHT))
H A DAxis.js249 var attrName = e.attrName,
256 if((hor && attrName == "width") || (vert && attrName == "height"))
/yui3/build/charts-legend/
H A Dcharts-legend-debug.js984 var attrName = e.attrName,
988 if((hor && attrName == WIDTH) || (vert && attrName == HEIGHT))
/yui3/src/widget/js/
H A DWidget.js1184 this[_UISET + _toInitialCap(e.attrName)](e.newVal, e.src);
/yui3/build/widget-base/
H A Dwidget-base-debug.js1186 this[_UISET + _toInitialCap(e.attrName)](e.newVal, e.src);
/yui3/src/scrollview/js/
H A Dscrollview-base.js585 if (e.attrName == SCROLL_X) {
/yui3/build/scrollview-base/
H A Dscrollview-base-debug.js587 if (e.attrName == SCROLL_X) {
/yui3/build/charts-base/
H A Dcharts-base-debug.js2147 var attrName = e.attrName,
2154 if((hor && attrName == "width") || (vert && attrName == "height"))

Completed in 101 milliseconds