4 Answers, 1 is accepted
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
http://www.telerik.com/demos/aspnet/prometheus/Panelbar/Examples/Appearance/Skins/DefaultCS.aspx
cheers
ewart
0
Hello Raymond,
You can easily fix this unwanted behavior by adding the following CSS class in the head tag of your page.
Kind regards,
Paul
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
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
Thanks
0
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.
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.