Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1445
Is there a way to make the textEditor accept only numeric?
posted

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

Parents
No Data
Reply
  • 8607
    Suggested Answer
    Offline posted

    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 Albert
    Localization Engineer

Children
No Data