[CLOSED] Currency Field

  1. #1

    [CLOSED] Currency Field

    I took a look on some threads regarding Currency Field, as example:

    http://forums.ext.net/showthread.php?999
    http://forums.ext.net/showthread.php?32601

    I would like to know if Ext.NET have plans to add a (Live) Currency Field?

    There are some plugins to achieve that and the following sample shows how to integrate one of them with Ext.NET TextField.

    <!DOCTYPE html>
    <html>
    <head runat="server">
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
        <script type="text/javascript" src="http://rawgit.com/BobKnothe/autoNumeric/master/autoNumeric.js"></script>
        <script type="text/javascript">
            var onDocumentReady = function () {
                $('.numericField').autoNumeric('init');
            }
        </script>
    </head>
    <body>
        <ext:ResourceManager Theme="Crisp" ScriptMode="Debug" runat="server">
            <Listeners>
                <DocumentReady Handler="onDocumentReady()" />
            </Listeners>
        </ext:ResourceManager>
        <ext:TextField FieldCls="numericField" runat="server" />
    </body>
    </html>
    Based on: http://plugins.jquery.com/autoNumeric - http://www.decorplanit.com/plugin/

    Thanks in advance
    Last edited by Daniil; Feb 26, 2015 at 1:26 PM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Unfortunately, there is still nothing built-in to format a NumberField's value.

    I am not aware of any plans on that.
  3. #3
    In 2008, Geoffrey wrote (http://forums.ext.net/showthread.php...l=1#post4627):
    I've added this as a high priority item for us to implement. With some luck we'll be able to add a new <ux:CurrencyField> to the UX project.
    Thank you Daniil. Please mark this thread as closed.

Similar Threads

  1. Currency Format
    By sateeshdasarikapil in forum 2.x Help
    Replies: 1
    Last Post: Dec 30, 2014, 6:56 AM
  2. Currency sign.
    By cisco in forum 2.x Help
    Replies: 0
    Last Post: Aug 01, 2012, 4:10 PM
  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. Currency format
    By Gianni in forum 1.x Help
    Replies: 2
    Last Post: Jul 20, 2009, 5:32 AM

Posting Permissions