This is a migrated thread and some comments may be shown as answers.

vertical alignment of text ?

5 Answers 238 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
cyguo
Top achievements
Rank 1
cyguo asked on 27 May 2008, 10:24 AM

VerticalLeft and VerticalRight skin?
old version:
http://www.telerik.com/demos/aspnet/TabStrip/Examples/Appearance/Vertical/DefaultCS.aspx


How to display vertical alignment of text in TabStrip for ASP.NET AJAX?

5 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 02 Jun 2008, 08:36 AM
Hi C.Y. GUO,

Currently, vertical text is not supported - the old "vertical" skins have not been ported.

Nevertheless, please find attached a modified version of the Telerik skin, which can be used with images that contain the vertical text - this work-around should be enough to achieve the desired effect.

Greetings,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
cyguo
Top achievements
Rank 1
answered on 07 Jun 2008, 03:59 AM
Thank you very much.
But I don't find TabStripVStates.gif  in attached file?
0
Alex Gyoshev
Telerik team
answered on 09 Jun 2008, 06:05 AM
Hi C.Y. GUO,

I am sorry about the inconvenience - I have re-attached the skin, this time - with the sprite file.

Regards,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
cyguo
Top achievements
Rank 1
answered on 21 Jun 2008, 05:13 AM
Thank you,but it's not working.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> 
<%@ Register Assembly="System.Web.Extensions" Namespace="System.Web.UI" TagPrefix="asp" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title></title>  
    <link href="Skins/Telerik/TabStrip.Telerik.css" rel="stylesheet" type="text/css" /> 
</head> 
<body> 
    <form id="form1" runat="server">  
        <asp:ScriptManager ID="ScriptManager1" runat="server">  
        </asp:ScriptManager> 
    <div> 
        <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Telerik" EnableEmbeddedSkins="false" Orientation="VerticalRight">  
            <Tabs> 
                <telerik:RadTab Text="Tab1" /> 
                <telerik:RadTab Text="Tab2" /> 
                <telerik:RadTab Text="Tab3" /> 
                <telerik:RadTab Text="Tab4" /> 
                <telerik:RadTab Text="Tab5" /> 
            </Tabs> 
        </telerik:RadTabStrip> 
    </div> 
    </form> 
</body> 
</html> 

Can you give me a sample website?
0
Accepted
Alex Gyoshev
Telerik team
answered on 24 Jun 2008, 02:50 PM
Hello C.Y. GUO,

In order to use this skin, you should use images for the text. You can find a sample project attached to this post.

Sincerely yours,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
cyguo
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
cyguo
Top achievements
Rank 1
Share this question
or