shuishen
2021-06-15 4d8ef5d02421b1bb60f575e56b75d43a1ea4c2bb
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}})});