Textfield with mask for Date ?

  1. #1

    Textfield with mask for Date ?

    Hi, friends

    How could I do to add a mask for Date (dd/mm/aaaa) in a ext:textfield ?

    Similar to:
    <cc1:MaskedEditExtender ID="MaskedTerminoAtivacaoData" runat="server" targetControlID="txtTerminoAtivacaoData" MaskType="Date" Mask="99/99/9999" MessageValidatorTip="true">
    I already tried using the property MaskRe, but unsuccessfully.

    Tks
    Regards
    Eliézer
  2. #2

    RE: Textfield with mask for Date ?

    You could always use the following:

    http://www.extjs.com/forum/showthrea...light=maskedit

    Cheers,
    Timothy
  3. #3

    RE: Textfield with mask for Date ?

    *how to use this script in ext:TextField?*

    Thank you
  4. #4

    RE: Textfield with mask for Date ?

    Looks like it's already coded into the Coolite-ux-toolkit with Google code, you can use it as a plugin.

    http://code.google.com/p/coolite-ux-toolkit/

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] TExtField mask
    By ViDom in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 03, 2012, 3:28 PM
  2. [CLOSED] Mask for a textfield
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 26, 2011, 6:02 PM
  3. TextField mask
    By Dominik in forum 1.x Help
    Replies: 4
    Last Post: Nov 26, 2010, 10:25 AM
  4. [CLOSED] Date field mask validation
    By majestic in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 27, 2009, 6:16 AM
  5. TextField mask
    By flaviodamaia in forum 1.x Help
    Replies: 1
    Last Post: Jan 23, 2009, 1:15 PM

Posting Permissions