Ext is Undefined script error in only IE 9

  1. #1

    Ext is Undefined script error in only IE 9

    Hi All

    I have panel in that panel have grid panel, save button and cancel button.

    I wrote the following the under cancel button listener handler


    <ext:Button ID="btnimgCancle" runat="server" Icon="Cancel" Text="Cancel">
    <Listeners>
    <Click Handler="parent.TabPanel1.closeTab(parent.TabPanel 1.getActiveTab());" />
    </Listeners>
    </ext:Button>

    The above line tells close the current active tab.
    Because of the above line I am getting "Ext is Undefined" in only IE 9.
    Would any can help me. It's a great help to me.
  2. #2
    Hi @i3class,

    Please see #3 here:
    More Information Required

Similar Threads

  1. Replies: 2
    Last Post: May 08, 2012, 3:34 PM
  2. Replies: 17
    Last Post: Oct 12, 2011, 4:54 PM
  3. Replies: 4
    Last Post: Jan 25, 2011, 10:39 AM
  4. Replies: 2
    Last Post: Jul 29, 2009, 1:57 PM
  5. Script Error
    By jack_jj in forum 1.x Help
    Replies: 2
    Last Post: Dec 26, 2008, 8:53 AM

Posting Permissions