[CLOSED] Failure to use the ReadOnly property using Ext:DateField with ext:InputTextMask

  1. #1

    [CLOSED] Failure to use the ReadOnly property using Ext:DateField with ext:InputTextMask

    When I use the property ReadOnly=true for the ext:DateField which contains the plugin ext:InputTextMask, when viewing the page, it allows entering information.

    The following example:

                                                <ext:DateField ID="DateField10" runat="server"
                                                               FieldLabel="Date"
                                                               AllowBlank="true"     
                                                               Format="dd/MM/yyyy"
                                                               SelectOnFocus="true"  
                                                               EnableKeyEvents="true"
                                                               ReadOnly="true" 
                                                               Width="200">                                                     
                                                    <Plugins>
                                                        <ux:InputTextMask ID="InputTextMask10" runat="server" 
                                                                          Mask="99/99/9999" />
                                                    </Plugins>
                                                </ext:DateField>
    Last edited by geoffrey.mcgill; Sep 28, 2011 at 3:59 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Yes, InputTextMask makes a field not read only. This is its destination to enter something with a respective mask.

Similar Threads

  1. Replies: 1
    Last Post: Sep 13, 2011, 2:22 PM
  2. [CLOSED] Reject DateField-Change at failure
    By macap in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 16, 2010, 12:05 PM
  3. [CLOSED] ComboBox and DateField as readonly
    By Sharon in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 12, 2009, 9:05 AM
  4. Datefield Readonly not working
    By EzaBlade in forum 1.x Help
    Replies: 0
    Last Post: Feb 12, 2009, 9:28 AM
  5. DateField Readonly
    By jeybonnet in forum Bugs
    Replies: 0
    Last Post: Jan 09, 2009, 6:57 AM

Posting Permissions