随笔分类 - 前台 - TD
摘要:dojo.xhrGet({ url : url, timeout : easy7.timeout, headers: { iBaseToken: easy7.iBaseToken },
阅读全文
摘要:添加指定的属性,并为其赋指定的值 this.sltLevelType.setAttribute("height", "100px");
阅读全文
摘要:基本方法 this.assetCounts.focus();//聚焦 this.btnSave.cancel();//按钮取消 this.assetPerson.isValid()//是否有效,true:有效 验证数字类型 - bootstrap.form.NumberSpinner if (isN
阅读全文
摘要:TD - bootsrap版本tab替换 dijit.layout.TabContainer 》 bootstrap.layout.TabContainer dijit.layout.ContentPane 》 bootstrap.layout.ContainerPane
阅读全文
摘要:模板 模板1:TD //Html - checked="true" 默认选中 <input dojoType="bootstrap.form.CheckBox" checked="true" dojoAttachPoint="assetsIdBox"> Js: //绑定修改事件 this.conne
阅读全文
摘要:基本方法 Html - 默认选中 //checked="true" - 默认选中 <input dojoType="bootstrap.form.RadioButton" value="1" checked="true" dojoAttachPoint="chkAreaAndDeptType"> J
阅读全文
摘要:html模板 <input dojoType="bootstrap.form.SimpleTextarea" dojoAttachPoint="assetDescription" trim="true" style="width: 100%;" maxLength="150" required="t
阅读全文
摘要:模板1:TD - 普通输入框 <input dojoType="bootstrap.form.ValidationTextBox" dojoAttachPoint="edtDevName" maxLength=50 trim="true" regExp="[\u4e00-\u9fa5A-Za-z0-
阅读全文