mask

  1. #1

    mask



    I'm creating a window and I want know how I can add a mask in TextField?


    Follow the example in attached.

    Thanks!
  2. #2

    RE: mask

    Hi flaviodamaia,

    The <ux:InputTextMask> control might be helpful.

    Example

    <ext:TextField ID="TextField1" runat="server">
        <Plugins>
            <ux:InputTextMask ID="InputTextMask1" runat="server" Mask="99:99:99" />
        </Plugins>
    </ext:TextField>
    The InputTextMask is integrated into the main SVN project, or available separately if you're using the Community Version from the following location, see http://coolite-ux-toolkit.googlecode.com/

    Please ensure you review the README.txt file within the root of each Extension/Plugin. For InputTextMask, see http://coolite-ux-toolkit.googlecode...ask/Readme.txt

    Hope this helps.

    Geoffrey McGill
    Founder
  3. #3

    RE: mask

    Hi Coolite Team,



    I'm trying to download ux-toolkit but I'm affraid the links are not working:



    http://coolite-ux-toolkit.googlecode.com/
    -> leads to a google project site but there's nothing to download under the "download" tab



    http://coolite-ux-toolkit.googlecode...ask/Readme.txt
    -> leads to a page with some links to cherry (?) and to a forum post (nothing to download here as well)



    So, where I could download the ux toolkit ?



    Thank's

Similar Threads

  1. Mask for textbox
    By xMAC in forum 1.x Help
    Replies: 3
    Last Post: May 13, 2011, 1:03 PM
  2. TextField mask
    By Dominik in forum 1.x Help
    Replies: 4
    Last Post: Nov 26, 2010, 10:25 AM
  3. Mask CSS Class?
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Aug 17, 2010, 2:32 PM
  4. [CLOSED] mask
    By majestic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 12:05 PM
  5. TextField mask
    By flaviodamaia in forum 1.x Help
    Replies: 1
    Last Post: Jan 23, 2009, 1:15 PM

Posting Permissions