赣州市洪水风险预警系统三维版本
guoshilong
2023-02-20 52c8ca8e31bb9aee13726d9c858dee1d11dcde87
1
2
//>>built
define(["dojo/_base/declare","dojo/dom-construct","./TextBox"],function(a,b,c){return a("dojox.mobile.TextArea",c,{baseClass:"mblTextArea",postMixInProperties:function(){!this.value&&this.srcNodeRef&&(this.value=this.srcNodeRef.value);this.inherited(arguments)},buildRendering:function(){this.srcNodeRef||(this.srcNodeRef=b.create("textarea",{}));this.inherited(arguments)}})});