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

what happened to skin "VerticalLeft"

3 Answers 94 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
matt
Top achievements
Rank 1
matt asked on 12 Aug 2008, 09:56 PM
hello,

in the previous version of the RadControls, there was a very nifty vertical skin called "VerticalLeft". it was sleek and elegant, albeit IE-only. however for an intranet this is often acceptable.

in testing the new version, ASP.NET AJAX, i find this skin is no longer valid.

what can i do? i still have the old skin in my site here:

    RadControls\Tabstrip\Skins\VerticalLeft

....thanks!
matt

3 Answers, 1 is accepted

Sort by
0
matt
Top achievements
Rank 1
answered on 14 Aug 2008, 04:48 PM
Telerik, any input? We want to upgrade our apps to use the new version, but we felt this skin was important to our application's design.

It took up very little screen-estate and was quite effective. I realize it was IE-only, but that decision should be left to us as the application builders.

How can I restore this now missing functionality??


thanks,
matt
0
Alex Gyoshev
Telerik team
answered on 15 Aug 2008, 07:55 AM
Hi matt,

You can use this functionality only when using the Outlook skin or a custom skin.

For using the Outlook skin, set your RadTabStrip declaration as follows:
<telerik:RadTabStrip runat="server" Skin="Outlook" Orientation="VerticalLeft" CssClass="VerticalText"

And add the following CSS styles to your site:
div.VerticalText .rtsLevel .rtsUL 
    floatleft
    widthauto
 
div.VerticalText .rtsLI 
    width30px
 
div.VerticalText .rtsUL .rtsLI .rtsOut .rtsIn 
    padding10px 5px
 
div.VerticalText .rtsTxt 
    writing-mode: tb-rl; 
    filter: flipH() flipV(); 
    padding: 0; 


Regards,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
matt
Top achievements
Rank 1
answered on 18 Aug 2008, 08:25 PM
thank you, alex. that does get me the functionality, but w/ the Outlook skin.

if i still have a copy of the previous version's "VerticalLeft" skin (which IMO looked better) from "RadControls\Tabstrip\Skins\VerticalLeft", how can i convert it into a skin for the new version?

matt
Tags
TabStrip
Asked by
matt
Top achievements
Rank 1
Answers by
matt
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or