by Carl >> Mon, 6 Oct 2008 22:57:24 GMT
Hello,
I have a question about the mask property on the JadeEditMask control. I want to be able to specify that i want an Alpha (a-z) or Numeric (0-9) character only. The Jade documentation only mentions that i can specify it to be Alpha only using A or Numeric only using 9.
I essentially want the mask to cater for the following entries, where X is an alpha character.
1234567X
1X34567X
Is there a way to be able to specify this using the mask control?
Thanks,
Carl