[CLOSED] Coolite Ext TabPanel Not Working

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Coolite Ext TabPanel Not Working

    Hi,

    I have a coolite tabpanel enclosed within a coolite panel control. When i click on a tab, the following javascript error occurs: Microsoft JScript runtime error: 'disabled' is null or not an object. Any help to resolve this problem would be much appreciated.

    Many Thanks

    Lee

    <ext:Panel ID="_panel1" runat="server" Frame="true" Border="true" Height="420" Collapsible="true" AllowDomMove="true">
        <Content>
            <ext:TabPanel ID="_tabPanel1" runat="server" AutoHeight="true" Border="true" AutoWidth="true" EnableTabScroll="true" StyleSpec="padding-top:1px;">
                <Items>
                    <ext:Panel  
                        ID="_tab1"
                        runat="server" 
                        Title="Tab1">
                    </ext:Panel>
                    <ext:Panel  
                        ID="_tab2"
                        runat="server" 
                        Title="Tab2">
                    </ext:Panel>
                    <ext:Panel 
                        ID="_tab3" 
                        runat="server" 
                        Title="Tab3">
                    </ext:Panel>
                </Items>
            </ext:TabPanel>
        </Content>
    </ext:Panel>
    Last edited by geoffrey.mcgill; Jul 22, 2010 at 6:13 PM.

Similar Threads

  1. The Coolite Dll's are not working fine
    By Dinesh.T in forum 1.x Help
    Replies: 0
    Last Post: May 10, 2010, 4:27 AM
  2. Replies: 1
    Last Post: Feb 08, 2010, 11:02 AM
  3. [CLOSED] About Ajax.net 1.0 & Coolite AjaxEvent working together.
    By pumpkin in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 24, 2009, 2:35 PM
  4. Coolite 0.8 Examples Explorer not working
    By EzaBlade in forum 1.x Help
    Replies: 1
    Last Post: May 28, 2009, 7:08 PM
  5. Replies: 2
    Last Post: Oct 21, 2008, 12:52 PM

Posting Permissions