各位请看下面代码 [ 新手入门 ]
if($.trim(value)=='') {
messages.push("Username cannot be blank.");
}
}},{'id':'LoginForm_password','inputID':'LoginForm_password','errorID':'LoginForm_passwordem','model':'LoginForm','name':'password','enableAjaxValidation':false,'clientValidation':function(value, messages, attribute) {
if($.trim(value)=='') {
messages.push("Password cannot be blank.");
}
}},{'id':'LoginForm_rememberMe','inputID':'LoginForm_rememberMe','errorID':'LoginForm_rememberMeem','model':'LoginForm','name':'rememberMe','enableAjaxValidation':false,'clientValidation':function(value, messages, attribute) {
if($.trim(value)!='' && value!="1" && value!="0") {
messages.push("Remember me next time must be either 1 or 0.");
}
}}]}); }); /]]>/ 这些是登录时,客户端的js验证,我想我自己定义这些js【messages.push("Password cannot be blank.");=>messages.push("密码不能为空.");】,我在Login.php应该怎么写呢?帮帮忙啊。
共 1 条回复
-
你的意思是想把提示变成中文,是吧?那直接在main.php里面把语言文件变成中文就OK了.具体参考一下:http://www.yiichina.com/topic/1154,里面的Yii blog0.7就使用了中文语言文件.下载下来打开看一下main.php即可.
YiiHoney 昆仑万维
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱275
- 威望0
- 积分275