Changeset 12741
- Timestamp:
- 02/27/08 08:34:46 (11 months ago)
- Location:
- dijit/trunk/form
- Files:
-
- 2 modified
-
Button.js (modified) (1 diff)
-
_FormWidget.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/Button.js
r12732 r12741 33 33 templatePath: dojo.moduleUrl("dijit.form", "templates/Button.html"), 34 34 35 _onChangeMonitor: '', 35 36 // TODO: set button's title to this.containerNode.innerText 36 37 -
dijit/trunk/form/_FormWidget.js
r12735 r12741 238 238 if(this.setValue && !this._getValueDeprecated){ 239 239 this.setValue(this._resetValue, true); 240 }else {240 }else if(this._onChangeMonitor){ 241 241 this.setAttribute(this._onChangeMonitor, (this._resetValue !== undefined && this._resetValue !== null)? this._resetValue : ''); 242 242 }