Hi,
I need to have a masked field. I want to know if it's possible to achieve that using CDataForm. Example:
The field has to be in this format: 99.999.9999, so the empty field would show like this: __.___.____, and as the user types the numbers, it would replace the '_' with the numbers and stop at the and of the mask.
How could I achieve this? Thanks a lot.
Mask in CDataForm
Moderators: alexandrleonenko, alexmst
-
- Site Admin
- Posts: 6170
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: Mask in CDataForm
Currently it's not possible, but you may develop and add such type by top this helper yourself.