01 2018 档案
摘要:1.radio类型: <t:dictSelect field="sex" type="radio" typeGroupCode="sex" hasLabel="false" title="性别" defaultVal="1"></t:dictSelect> 2.checkbox类型: <t:dict
阅读全文
摘要:1.非空验证: <input id="name" name="name" type="text" style="width: 150px" class="inputxt" datatype="*"/> 2.年龄验证: <input id="age" value="" name="age" type=
阅读全文
摘要:恢复内容开始 1.年龄的属性:<t:dgCol title="年龄" extend="{style:'width:50px'}" formatterjs="formatAgeFun" style="query="true" width="120"></t:dgCol> 对应的js函数是: funct
阅读全文