Mask formatter for form fields

  1. #1

    Mask formatter for form fields

    How to implement mask formatter for form fields?
    http://extjs.com/forum/showthread.php?t=10417
  2. #2

    RE: Mask formatter for form fields

    Hi olimpia,

    There is an InputTextMask plugin in the Coolite.Ext.Web project that should reproduce this functionality... it might even be the same plugin.


    Hope this helps.




    Geoffrey McGill
    Founder
  3. #3

    RE: Mask formatter for form fields

    Would have an example of how to use the InputTextMask plugin?
  4. #4

    RE: Mask formatter for form fields

    I researched here at the forum on InputTextMask and located to a post

       <ext:TextField ID="TextField2" runat="server" >
            <Plugins>
                <ux:InputTextMask Mask="(99) 9999-9999">
                </ux:InputTextMask>
            </Plugins>
        </ext:TextField>
    Thank you

Similar Threads

  1. Form Fields Drag And Drop
    By serdias in forum 1.x Help
    Replies: 0
    Last Post: Dec 27, 2011, 6:10 PM
  2. [CLOSED] Not all form fields are submitted
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 05, 2010, 12:58 PM
  3. [CLOSED] Form does not show the fields
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 26, 2010, 4:00 PM
  4. Adding Form fields at run time
    By sz_146 in forum 1.x Help
    Replies: 1
    Last Post: Feb 10, 2009, 6:18 PM
  5. Dynamically adding form fields
    By sz_146 in forum 1.x Help
    Replies: 4
    Last Post: Nov 11, 2008, 11:10 AM

Posting Permissions