[CLOSED] In v1.4 I used <ux:InputTextMask, now I v2.0 since this is not longer in use, how would I get 'ajax:MaskedEditExtender'

  1. #1

    [CLOSED] In v1.4 I used <ux:InputTextMask, now I v2.0 since this is not longer in use, how would I get 'ajax:MaskedEditExtender'

    How can I used ' <ajax:MaskedEditExtender' as a Plugins for the ext:TextField ???


    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="AjaxControlToolkit" TagPrefix="ajax" Namespace="AjaxControlToolkit" %>
    <%@ Register Assembly="Ext.Net" TagPrefix="ext" Namespace="Ext.Net" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Example of Issue </title>
    </head>
    <body>
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <asp:ScriptManager runat="server" />
        <br />
        <asp:TextBox ID="TextBox1" runat="server" Width="45" Text="00:00" />
        <ajax:MaskedEditExtender runat="server" TargetControlID="TextBox1" Mask="99:99" MaskType="Time"
            InputDirection="LeftToRight" />
        <br />
        <ext:TextField ID="TextField1" runat="server" Width="45" AllowBlank="false" Text="00:00">
            <Plugins>
                <%--         <ux:InputTextMask runat="server" Mask="99:99" />--%>
            </Plugins>
        </ext:TextField>
        </form>
    </body>
    </html>
    Last edited by Daniil; Jul 10, 2012 at 5:24 PM. Reason: [CLOSED]
  2. #2
    We are looking into upgrading the <ux:InputTextMask> Plugin for v2. I'm hoping to have this upgrade available before the final v2.0 release.
    Geoffrey McGill
    Founder
  3. #3
    The thread is related to this one:
    http://forums.ext.net/showthread.php?19658
  4. #4
    Thanks, do you atleast how long would be before the release of the final v2.0 ?

    Quote Originally Posted by geoffrey.mcgill View Post
    We are looking into upgrading the <ux:InputTextMask> Plugin for v2. I'm hoping to have this upgrade available before the final v2.0 release.
  5. #5
    Quote Originally Posted by Fahd View Post
    Thanks, do you atleast how long would be before the release of the final v2.0 ?
    In approx two weeks.
    Geoffrey McGill
    Founder
  6. #6
    Thank you, please send me an email if possible when it's release.

    Quote Originally Posted by geoffrey.mcgill View Post
    In approx two weeks.
  7. #7
    The InputMask plugin has been appeared in the 2.1 branch.
  8. #8
    I just got the latest code for SVN and there was ONLY two (2) projects.
    1. Ext.Net
    2. Ext.Net.Examples

    I don't see any other projects like Ext.Net.UX ??

    http://svn.ext.net/premium/branches/2.1/

    Quote Originally Posted by Daniil View Post
    The InputMask plugin has been appeared in the 2.1 branch.
  9. #9
    Quote Originally Posted by Fahd View Post
    I just got the latest code for SVN and there was ONLY two (2) projects.
    1. Ext.Net
    2. Ext.Net.Examples

    I don't see any other projects like Ext.Net.UX ??

    http://svn.ext.net/premium/branches/2.1/

    The Ext.Net.UX project has been discontinued.
    Geoffrey McGill
    Founder
  10. #10
    Got it. thanks.

    Quote Originally Posted by geoffrey.mcgill View Post
    The Ext.Net.UX project has been discontinued.

Similar Threads

  1. [CLOSED] Change a UX InputTextMask dinamically
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Nov 07, 2011, 4:31 PM
  2. [CLOSED] UX.InputTextMask
    By peter.campbell in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 17, 2011, 2:31 PM
  3. [CLOSED] 1.0 UX.InputTextMask example broke
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 17, 2011, 2:31 PM
  4. [1.0] InputTextMask with GridPanel
    By bethc in forum 1.x Help
    Replies: 0
    Last Post: Oct 21, 2009, 4:22 AM
  5. Labels no longer showing
    By jskibo in forum Bugs
    Replies: 2
    Last Post: Apr 12, 2009, 9:36 PM

Tags for this Thread

Posting Permissions