Change Plugin Properties Dinamically

  1. #1

    Change Plugin Properties Dinamically

    Hi!

    I'm using InputTextMask plugin in Ext.Net 1.0RC and i want to change Mask property at runtime.

    This is my aspx code:
    <ext:TextField ID="Time" runat="server"  FieldLabel="Time"
                    AnchorHorizontal="95%" ItemCls="required" AllowBlank="false" 
                    Regex="^(([0-1]?[0-9])|([2][0-3])):([0-5][0-9])$" RegexText="hh:mm" >
                    <Plugins>
                       <ux:InputTextMask ID="InputTextMask1" runat="server" Mask="99:99" />
                  </Plugins>
               </ext:TextField>
    I got a solution with server side code, but it's not suitable for my requirements.

    Does anybody have an idea of how to do it in client side code, or if it's possible?
    The idea is after modifying the option of a combo, execute a javascript and it changes the mask.

    Thanks.
  2. #2
    Hi,

    Please do not start multiple threads with the same question.

    This thread is the same as
    http://forums.ext.net/showthread.php...es-Dinamically

Similar Threads

  1. [CLOSED] change fieldlabel of compositefield dinamically
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 21, 2012, 8:44 AM
  2. [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
  3. [CLOSED] How to change the css class properties dynamically
    By ISI in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 04, 2011, 10:26 AM
  4. Change Plugin Properties Dinamically
    By David Pelaez in forum 1.x Help
    Replies: 7
    Last Post: May 18, 2011, 3:35 PM
  5. [CLOSED] Change button icon and tooltip dinamically
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 18, 2011, 3:33 PM

Posting Permissions