[CLOSED] mask for decimal numbers

  1. #1

    [CLOSED] mask for decimal numbers

    NEED A MASK FOR DECIMAL numbers,
    HOW CAN I MAKE TO ESTABLISH THE FOLLOWING FORMAT:

    1.234 ----- this is what I need

    an integer, point, and three decimal

    now this is what I have:

    MaskRe="/[0-9\.]/"
    but,it repeat point, That does not help

    (1.23.4) ------- this is incorrect

    Thanks!
    Last edited by Daniil; Apr 24, 2013 at 5:17 PM. Reason: [CLOSED]
  2. #2
    Hi @jCarlosF,

    The MaskRe property is used to filter keystrokes. It doesn't force its order.

    You might need to use an InputMask plugin.
    https://examples2.ext.net/#/Form/TextField/InputMask/
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @jCarlosF,

    The MaskRe property is used to filter keystrokes. It doesn't force its order.

    You might need to use an InputMask plugin.
    https://examples2.ext.net/#/Form/TextField/InputMask/
    perfect! thanks!

Similar Threads

  1. Format numbers
    By idtny in forum 1.x Help
    Replies: 5
    Last Post: Apr 17, 2014, 4:31 PM
  2. [CLOSED] textarea with line numbers
    By bogc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 27, 2011, 11:37 AM
  3. Excel export, with numbers
    By FreddieBooo in forum 1.x Help
    Replies: 0
    Last Post: Jun 01, 2010, 5:46 AM
  4. serial numbers in grid
    By harshad.jadhav in forum 1.x Help
    Replies: 2
    Last Post: Mar 19, 2010, 2:32 AM
  5. Replies: 5
    Last Post: Feb 03, 2009, 11:49 AM

Posting Permissions