liuyg
2021-06-16 f2213f363f4c012e6c43d751d4b0f635f4e49278
1
2
3
//>>built
define(["dojo/_base/declare","dijit/_WidgetBase"],function(a,d){return a("dojox.mvc.Element",d,{_setInnerTextAttr:{node:"domNode",type:"innerText"},_setInnerHTMLAttr:{node:"domNode",type:"innerHTML"},buildRendering:function(){this.inherited(arguments);if(/select|input|textarea/i.test(this.domNode.tagName)){var c=this,a=this.focusNode=this.domNode;this.on("change",function(b){b=/^checkbox$/i.test(a.getAttribute("type"))?"checked":"value";c._set(b,c.get(b))})}},_getCheckedAttr:function(){return this.domNode.checked},
_getValueAttr:function(){return this.domNode.value}})});