fixed a bunch of bugs
This commit is contained in:
parent
3b5a7d6f52
commit
fd57cbaa51
8 changed files with 25 additions and 6 deletions
|
|
@ -1432,7 +1432,7 @@ sub phone {
|
|||
return text({
|
||||
name=>$params->{name},
|
||||
maxlength=>$maxLength,
|
||||
extras=>'onKeyUp="doInputCheck(this.form.'.$params->{name}.',\'0123456789-()+ \')" '.$params->{extras},
|
||||
extras=>'onkeyup="doInputCheck(this.form.'.$params->{name}.',\'0123456789-()+ \')" '.$params->{extras},
|
||||
value=>$params->{value},
|
||||
size=>$params->{size},
|
||||
defaultValue=>$params->{defaultValue}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue