Currency format

  1. #1

    Currency format

    Good morning,

    Is possible to format a textbox as a currency format?
    If i write in a currency textbox 1000000,65 at onblur i need this result format: 1.000.000,65



    Thanks
    Gianni
  2. #2

    RE: Currency format

    Hi Gianni,

    The following forum post demonstrates formatting a TextField during a change event. See http://forums.ext.net/showthread.php?postid=4991.aspx

    Geoffrey McGill
    Founder
  3. #3

    RE: Currency format

    Hi Geoffrey,

    <Change Handler="el.setValue(Ext.util.Format.usMoney(newValue.replace(/[$]/g, '')));" />
    The example use a "usMoney" format. Is there "itMoney" for format a text result like this?:
    1.000.000,25


    Thanks
    Gianni

    P.S. at this link i not see other kinds of format:
    http://extjs.com/deploy/ext/docs/out...il.Format.html
    Last edited by geoffrey.mcgill; Apr 17, 2014 at 4:16 PM.

Similar Threads

  1. Currency sign.
    By cisco in forum 2.x Help
    Replies: 0
    Last Post: Aug 01, 2012, 4:10 PM
  2. Textfield onkeyup currency format.
    By Nagaraju in forum 1.x Help
    Replies: 1
    Last Post: Mar 10, 2011, 12:32 AM
  3. [CLOSED] [1.0] Currency field?
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 15, 2010, 4:27 AM
  4. currency euro
    By maxdiable in forum 1.x Help
    Replies: 1
    Last Post: Jul 28, 2009, 10:53 AM
  5. [CLOSED] NumberField and Currency
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 10, 2008, 6:02 PM

Posting Permissions