[CLOSED] Tab Strip throwing error while adding at toolbar

  1. #1

    [CLOSED] Tab Strip throwing error while adding at toolbar

    Hi

    I am trying add Tab Strip at toolbar, while running it is throwing error like "Objected Expected", while debugging it is showing the error at
    create:function(d,e){return d.render?d:new b[d.xtype||e](d)}
    I am not sure any update is from svn. I have latest version 3598 file.

    
    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <script runat="server">
    
    </script>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
        <style type="text/css">
            .tdPadding
            {
                padding: 3px;
            }
            .backColorTable
            {
                background-color: PowderBlue;
            }
            .labelColor
            {
                color: #15428b;
                font: bold 12px tahoma,arial,verdana,sans-serif;
                display: block;
            }
            .colorcls
            {
                background-color: #CED9E7;
            }
            
            .cbStates-list
            {
                width: 298px;
                font: 11px tahoma,arial,helvetica,sans-serif;
            }
            .cbStates-list th
            {
                font-weight: bold;
            }
            .cbStates-list td, .cbStates-list th
            {
                padding: 3px;
            }
        </style>
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager ID="ResourceManager" runat="server" />
        <ext:Viewport ID="vpMaintainAddEditUsers" runat="server" Layout="border">
            <Items>
                <ext:Panel ID="pnlMaintainAddEditUsers" runat="server" Title="" BodyStyle="background-color:#ffffff"
                    Border="false" Layout="Fit" MonitorResize="true" Region="Center">
                    <TopBar>
                        <ext:Toolbar ID="Toolbar3" runat="server">
                            <Items>
                                <ext:TabStrip ID="tbsUserInfo" runat="server">
                                    <Items>
                                        <ext:TabStripItem Title="User Information" ActionItemID="pnluserInfo">
                                        </ext:TabStripItem>
                                    </Items>
                                </ext:TabStrip>
                                <ext:ToolbarFill />
                            </Items>
                        </ext:Toolbar>
                    </TopBar>
                    <Items>
                    <ext:Panel ID="pnluserInfo" runat="server" Title="User Information"></ext:Panel>                    
                    </Items>
                </ext:Panel>
            </Items>
        </ext:Viewport>
        </form>
    </body>
    </html>
    Last edited by Daniil; Jun 27, 2011 at 12:26 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Odd, but the code you posted doesn't throw any errors on my side.

    What browser do you test under?

    And yes, the last SVN revision is #3598.
  3. #3
    Hi,

    In the following sample TabStrip is placed inside toolbar and all works correctly
    https://examples1.ext.net/#/TabPanel/TabStrip/Overview/
  4. #4

    Tab Strip throwing error while adding at toolbar

    Hi,

    I am testing it in IE 7, the same code is not throwing any error if I give the older version Ext.Net.dll (1.0.3960.36328) reference. Is it required to change any other file also along with new Ext.Net.dll reference?

    Quote Originally Posted by Vladimir View Post
    Hi,

    In the following sample TabStrip is placed inside toolbar and all works correctly
    https://examples1.ext.net/#/TabPanel/TabStrip/Overview/
  5. #5
    Is the issue reproducible under IE9 + standard IE7 mode?

Similar Threads

  1. Replies: 4
    Last Post: Mar 30, 2012, 7:30 PM
  2. Replies: 13
    Last Post: Nov 10, 2011, 1:26 PM
  3. [CLOSED] Adding Activate Event to tabs throwing error
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 17, 2011, 8:54 AM
  4. [CLOSED] Popup throwing error while closing.
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 01, 2011, 9:36 AM
  5. [CLOSED] Add Listener to ComboBox from Code Behind throwing error
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 09, 2011, 5:56 PM

Tags for this Thread

Posting Permissions