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

Wrap Title On RadTab

2 Answers 81 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
jfkrueger
Top achievements
Rank 1
jfkrueger asked on 28 Jul 2010, 06:39 PM
Is there any way to wrap the title or have multi-line titles on the RadTab? I can easily set the text in code and include a line break but since the tabs are images they do not render correctly when text wraps.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 29 Jul 2010, 08:13 AM
Hello Joe,

This can be achieved only with Simple skin - all the other skins use background images with fixed height and these images and the skin css styles should be modified.

You just need to add the following css styles to the page in order to allow the text to wrap:

div.RadTabStrip .rtsLink {
  white-space:normal;
}


Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
jfkrueger
Top achievements
Rank 1
answered on 29 Jul 2010, 03:27 PM
Thanks!
Tags
TabStrip
Asked by
jfkrueger
Top achievements
Rank 1
Answers by
Yana
Telerik team
jfkrueger
Top achievements
Rank 1
Share this question
or