hariharanc
26 Oct 2010, 2:28 AM
In the field I restricted some key stroke using "maskRE" but While i'm copying and paste some values the MaskRe is not Working.
maskRe : /[A-Za-z]/,
The text field now allowing alpha only but we copy and paste the numbers into text field its accepting numeric values also.
Plz any one give the solution for this ?
maskRe : /[A-Za-z]/,
The text field now allowing alpha only but we copy and paste the numbers into text field its accepting numeric values also.
Plz any one give the solution for this ?