I can not find the tabstrip why?

  1. #1

    I can not find the tabstrip why?



    Hi all,
    I can not find the tabstrip why?
    I wanted to add the toolbar with the tabs as TabPanel example but tabstrip does not exist in fact the message that is shown in tooltips is:
    the tabstrip element is not a known element?
    Is possible?

    This is the code:

    
    
    
    
    <ext:Window ID="WindowRegistraClienti" 
    
    
    Title="Registrazione Schede Clienti"
    
    
    Icon="UserEdit"
    
    
    Height="500"
    
    
    Width="700"
    
    
    Collapsible="true"
    
    
    ShowOnLoad="false"
    
    
    Modal="false"
    
    
    AutoShow="false"
    
    
    runat="server" BodyStyle=" background-color: #FFFFFF">
    
    
    <Body>
    
    
    <ext:Panel runat="server" 
    
    
    Height="400" 
    
    
    Width="700" 
    
    
    Layout="card" 
    
    
    ActiveIndex="0" 
    
    
    DefaultBorder="false" 
    
    
    DefaultPadding="5">
    
    
    
    
    
    <TopBar> 
    
    
    <ext:Toolbar ID="Toolbar1" runat="server"> 
    
    
    <Items> 
    
    
    <ext:Button ID="Button1" runat="server" Icon="Database" /> 
    
    
    <ext:Button ID="Button2" runat="server" Icon="Disk" /> 
    
    
    <ext:ToolbarFill ID="ToolbarFill1" runat="server" /> 
    
    
    <ext:TabStrip runat="server"> 
    
    
    <Items> 
    
    
    <ext:TabStripItem runat="server" Icon="Accept" Title="Dashboard" /> 
    
    
    <ext:TabStripItem runat="server" Icon="Add" Title="Result" /> 
    
    
    <ext:TabStripItem runat="server" Icon="Anchor" Title="Logs" /> 
    
    
    <ext:TabStripItem runat="server" Icon="Application" Title="Status" /> 
    
    
    </Items> 
    
    
    </ext:TabStrip> 
    
    
    <ext:ToolbarSeparator ID="ToolbarSeparator1" runat="server" /> 
    
    
    <ext:Button ID="Button3" runat="server" Icon="Key" /> 
    
    
    <ext:Button ID="Button4" runat="server" Icon="Help" /> 
    
    
    </Items> 
    
    
    </ext:Toolbar> 
    
    
    </TopBar> 
    
    
    </ext:Panel>
    
    
    </Body>
    
    
    </ext:Window>

    Hello and thanks
    Fabrizio
  2. #2

    RE: I can not find the tabstrip why?

    Hi,

    TabStrip is added to the 1.0 version (Ext.Net)
  3. #3

    RE: I can not find the tabstrip why?

    Hi vladimir,

    I offer my congratulations to you, the new Ext.Net is really beautiful you're really good, what I wanted to ask is whether if is possible to do Ext.Net download or if it is only a payment

    Bye Fabrizio<NOSCRIPT></NOSCRIPT>
  4. #4

    RE: I can not find the tabstrip why?

    Hi,

    Here is the preview version of Ext.Net
    http://forums.ext.net/showthread.php...30294-7-1.aspx

Similar Threads

  1. TabMenu in TabStrip not show
    By mercator in forum 1.x Help
    Replies: 0
    Last Post: Jun 25, 2012, 10:51 AM
  2. [CLOSED] TabStrip not Resizing
    By egvt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 23, 2012, 3:58 PM
  3. TabStrip and DirectEvents with TabChange
    By HansWapenaar in forum 2.x Help
    Replies: 0
    Last Post: May 23, 2012, 1:21 PM
  4. [Razor] How to create a TabStrip
    By jxlarrea in forum 2.x Help
    Replies: 2
    Last Post: Apr 20, 2012, 8:38 PM
  5. Mult-tier TabStrip
    By peter.campbell in forum 1.x Help
    Replies: 0
    Last Post: Jan 24, 2011, 1:02 PM

Posting Permissions