vtypes擴充套件

2021-06-09 19:57:21 字數 2353 閱讀 5014

return true;

},passwdtext: '兩次輸入的密碼不一致!',

chinese:function(val,field)

return true;

},chinesetext:'請輸入中文',

age:function(val,field)

catch(err)

},agetext:'年齡輸入有誤',

alphanum:function(val,field)

catch(e)

},alphanumtext:'請輸入英文本母或是數字,其它字元是不允許的.',

url:function(val,field)

catch(e)

},urltext:'請輸入有效的url位址.',

max:function(val,field)

catch(e)

},maxtext:'超過最大值',

min:function(val,field)

catch(e)

},mintext:'小於最小值',

datecn:function(val,field)

)-(\d)-(\d)$/;

if(!regex.test(val)) return false;

var d = new date(val.replace(regex, '$1/$2/$3'));

return (parseint(regexp.$2, 10) == (1+d.getmonth())) && (parseint(regexp.$3, 10) == d.getdate())&&(parseint(regexp.$1, 10) == d.getfullyear());

}catch(e)

},datecntext:'請使用這樣的日期格式: yyyy-mm-dd. 例如:2008-06-20.',

integer:function(val,field)

catch(e)

},integertext:'請輸入正確的整數',

minlength:function(val,field)

catch(e)

},minlengthtext:'長度過小',

maxlength:function(val,field)

catch(e)

},maxlengthtext:'長度過大',

ip:function(val,field)

(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(val)))

return true;

return false;

}catch(e)

},iptext:'請輸入正確的ip位址',

phone:function(val,field)

)?(0[12][0-9])?[-])?\d$/.test(val))

return true;

return false;

}catch(e)

},phonetext:'請輸入正確的**號碼,如:0920-29392929',

mobilephone:function(val,field)

$)/.test(val))

return true;

return false;

}catch(e)

},mobilephonetext:'請輸入正確的手機號碼',

alpha:function(val,field)

catch(e)

},alphatext:'請輸入英文本母',

money:function(val,field)

$/.test(val))

return true;

return false;

}catch(e)

},moneytext:'請輸入正確的金額'

});在頁面引入上面新建的檔案,在相應介面的元件中定義vtype,即可進行有限驗證。

引用示例**:

//構建乙個密碼form    

var pwd = new ext.form.panel(,

defaulttype: 'textfield',

items: [,]

});

其中,initialpassfield是自定義的屬性,記錄上乙個password的id,然後在vtype的驗證函式中取出上乙個password元件的值,進行比較。

記住:上乙個password必須設定id屬性。

ext4 VTypes擴充套件

新建乙個檔案,在檔案內插入如下內容 return true passwdtext 兩次輸入的密碼不一致!chinese function val,field return true chinesetext 請輸入中文 age function val,field catch err agetext ...

php uuid 擴充套件,PHP 擴充套件

編譯安裝時候沒有啟用下面擴充套件的,可以單獨安裝 php關鍵性擴充套件安裝 www lanmps 假設 套件 安裝目錄 www lanmps php 7.0.11 假設 php 安裝目錄 1.fileinfo 擴充套件 它應用於檔案處理的改進 進入套件解壓縮後目錄 假設套件目錄為 root lanm...

位擴充套件和字擴充套件

字位擴充套件 儲存資訊一般是儲存在儲存器 rom ram 上的 在實際應用中,經常出現一片rom或ram晶元不能滿足對儲存器容量需求的情況,這就需要用若干片rom或ram組合起來 形成乙個儲存容量更大的儲存器。而組合方式有子擴充套件和位擴充套件兩種。字擴充套件用多片位寬相同的儲存器 rom或ram ...