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

Skin in PanelBar

4 Answers 93 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 14 May 2008, 05:47 PM
I have radiobutton in a panelbar of skin = sunset. The text is not shown (just a dot on the screen).

When I change the skin to office2007, the text appears.

How do I fix this problem?

4 Answers, 1 is accepted

Sort by
0
ewart
Top achievements
Rank 1
answered on 14 May 2008, 11:01 PM
Hi Raymond, the Sunset skin works fine with text for me.  You could copy the example from the online demos below then hack it to meet what you need.

http://www.telerik.com/demos/aspnet/prometheus/Panelbar/Examples/Appearance/Skins/DefaultCS.aspx

cheers
ewart
0
Paul
Telerik team
answered on 15 May 2008, 06:39 AM
Hello Raymond,

You can easily fix this unwanted behavior by adding the following CSS class in the head tag of your page.

<style type="text/css">  
.RadPanelBar_Sunset .rpTemplate  
{  
    font-size: 12pt !important;  
    line-height: 12pt !important;  
}  
</style> 


Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Justin
Top achievements
Rank 1
answered on 20 Nov 2008, 11:26 PM
I'm trying to use the panelbar with DotNetNuke.  Do you have a demo skin I can upload into DNN to try it out? Also is there a location that displays all the tokens that can be used with the skin object?

Thanks
0
Peter
Telerik team
answered on 21 Nov 2008, 10:10 AM
Hello Justin,

You can include the fix which Paul suggested in the head of the default page of your dnn web site. Or,  you can use the Skin Registration topic, but in this case you still need to add a reference to the css stylesheet in the default page of the dnn web site.

Here is the RadPanelBar API reference table.


Cheers,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
Raymond
Top achievements
Rank 1
Answers by
ewart
Top achievements
Rank 1
Paul
Telerik team
Justin
Top achievements
Rank 1
Peter
Telerik team
Share this question
or