[CLOSED] Failure to use the Disabled property using Ext: DateField with ext: MonthPicker

  1. #1

    [CLOSED] Failure to use the Disabled property using Ext: DateField with ext: MonthPicker

    When I use the property Disabled=true for the ext:DateField which contains the plugin ext:MonthPicker, when viewing the page, the picker button is enabled and generates a javascript error (Runtime Error in Microsoft JScript: 'this.picker.menu.picker' is null or not an object).

    The following example:

    ...
                                          <ext:DateField ID="DateField1" runat="server"
                                                               FieldLabel=""
                                                               AllowBlank="true"     
                                                               Format="MM/yyyy"
                                                               SelectOnFocus="true"  
                                                               EnableKeyEvents="true"
                                                               Disabled="true" 
                                                               Width="200">                                                     
                                                    <Plugins>
                                                        <ext:MonthPicker ID="MonthPicker1"  runat="server" > </ext:MonthPicker>
                                                        <ux:InputTextMask ID="InputTextMask1" runat="server" 
                                                                          Mask="X[0-12]X9/9999" />
                                                    </Plugins>
                                                </ext:DateField>
          
    ...
    Last edited by Daniil; Sep 19, 2011 at 6:18 PM. Reason: [CLOSED]
  2. #2
    MonthPicker plugin is fixed in SVN
    Please update and retest

Similar Threads

  1. Replies: 1
    Last Post: Sep 23, 2011, 8:42 AM
  2. [CLOSED] [1.0] DateField MonthPicker with daterange
    By MP in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 08, 2010, 10:25 PM
  3. [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
  4. Replies: 7
    Last Post: Aug 12, 2009, 4:04 PM
  5. [CLOSED] Failing Ajax Event (using Failure property)
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 07, 2009, 11:38 AM

Posting Permissions