You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.2 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" standalone="yes" ?>
<NewDataSet>
<!--
TBType= 编号
Name=名称
Note=描述
For=适用于哪些文本框.
onbluronchangeondblclickonkeypressonkeyup
-->
<Item No="NotNull" Name="字段不能为空" Note="应用于字段不能为空人检查" ForCtrl="TB" />
<Dtl ItemNo="NotNull" ForEvent="onblur" Exp="sdsdsd" Msg="字段不能为空" Note="" />
<Dtl ItemNo="NotNull" ForEvent="onkeypress" Exp="sdsds" Msg="字段不能为空" Note="" />
<Item No="Tel" Name="检查手机号码是否输入正确" Note="应用于手机号码的输入检查" ForCtrl="TB" />
<Dtl ItemNo="Tel" ForEvent="onblur" Exp="/^[+]{0,1}(\d){1,3}[ ]?([-]?((\d)|[ ]){1,12})+$/" Msg="非法的手机号码" />
<Item No="TelNotNull" Name="检查手机号码是否输入正确(并且提交时不能为空)" Note="应用于手机号码的输入检查" ForCtrl="TB" />
<Dtl ItemNo="TelNotNull" ForEvent="onblur" Exp="/^[+]{0,1}(\d){1,3}[ ]?([-]?((\d)|[ ]){1,12})+$/" Msg="非法的手机号码" />
<Dtl ItemNo="TelNotNull" ForEvent="onsubmit" Exp="/^[+]{0,1}(\d){1,3}[ ]?([-]?((\d)|[ ]){1,12})+$/" Msg="非法的手机号码" />
</NewDataSet>