文件名称:ext时间控件(精确到分/秒)IP控件
文件大小:7KB
文件格式:RAR
更新时间:2012-08-29 15:36:32
ext 时间控件 IP控件 精确到分
此版本在判断输入值合法性上存在BUG, ipfield应改为: var a = /^[0-9]$/.test(value); var b = /^[1-9][0-9]$/.test(value); var c = /^1[0-9][0-9]$/.test(value); var d = /^2[0-4][0-9]$/.test(value); var e = /^25[0-5]$/.test(value); if(!a & !b & !c & !d & !e){ Ext.Msg.alert("系统提示", "请输入正确地址/掩码(0-255)"); return false; } 或者请到我新传的资源下载
【文件预览】:
ext时间ip控件
----mytimefield.js(9KB)
----ipfield.js(2KB)
----fieldpanel.js(18KB)