[CLOSED] MVC Razor - How to show currency in FormpanelFor textfield

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] MVC Razor - How to show currency in FormpanelFor textfield

    Hi

    What is the best way to show currency in a textfield using FormPanelFor and model. Is there an attribute or vtype setting that will allow for something like this.

    Thanks

    LAE
    Last edited by Daniil; Jun 21, 2014 at 2:09 PM. Reason: [CLOSED]
  2. #2
    Hi @LAEUser,

    Welcome to the Ext.NET forums!

    As far as I know there is no such the functionality in Ext.NET v2. Something should appear in Ext.NET v3.

    As for v2, what about to bind already formatted (on the server) text to a TextField?
  3. #3
    Ok, thank you. If I was to use just FormPanel and create form with the fields that I need, is it possible to use some type MaskRe or Vtype like in ASP.NET

    thanks
  4. #4
    Quote Originally Posted by LAEUser View Post
    If I was to use just FormPanel and create form with the fields that I need, is it possible to use some type MaskRe or Vtype like in ASP.NET
    There are such the properties MaskRe and VType. It is for client side validation.
    http://docs.sencha.com/extjs/4.2.1/#...ext-cfg-maskRe
    http://docs.sencha.com/extjs/4.2.1/#...Text-cfg-vtype

    To use them you don't need to give up a FormPanelFor. You can set those properties in a Field attribute in the Model.
  5. #5
    Thank you. Please close thread.
    LAE

Similar Threads

  1. [CLOSED] MVC - FormPanelFor
    By thchuong in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 23, 2013, 5:20 AM
  2. Using multiple FormPanelFor raises error.
    By cankut in forum 2.x Help
    Replies: 1
    Last Post: Mar 10, 2013, 2:43 PM
  3. [Razor] How to show window
    By delta in forum 2.x Help
    Replies: 1
    Last Post: Oct 08, 2012, 3:11 AM
  4. [CLOSED] Get value from textfield in controller [Razor]
    By boris in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 10, 2012, 7:19 PM
  5. Textfield onkeyup currency format.
    By Nagaraju in forum 1.x Help
    Replies: 1
    Last Post: Mar 10, 2011, 12:32 AM

Posting Permissions