I am trying to set up a field for currency. I want them to be able to enter a numeric value with $,.
Is there a way that I can mask the text editor or something?
Thanks
Hello apalcer,
I would suggest using a WebCurrencyEditor if possible. That way you don't have to specify any mask.
You can also use a WebMaskEditor and set the InputMask property to something like \$\9999999999.99. I think that using a WebCurrencyEditor is easier.
I don't think this is possible with the WebTextEditor.
Elizabeth AlbertLocalization Engineer