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

Skin class selector

1 Answer 45 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 28 Apr 2010, 09:33 PM
You panelbar skins have a class "rpOut" which is not described in the help file http://www.telerik.com/help/aspnet-ajax/panel_appearancecssselectors.html

this help file also describes a class "rpItem" which doesn't appear in the skin. I am looking at the default skin, but I assume the same issue exists in the others.

What is rpOut and rpItem?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 30 Apr 2010, 08:01 AM
Hi Albert Shenker,

"rpOut" is newly added css class (from Q1 2009) which is needed for the rounded corners of the panelbar. You are right that it's missing in the documentation, it will be added.  "rpItem" is the class applied to the LI element for every item. This is how an item is rendered:

<li class="rpItem">
   <a class="rpLink rpExpandable " href="#">
    <span class="rpOut">
       <img class="rpImage" src="Img/contacts.gif" alt="" />
       <span class="rpText">Contacts</span>
    </span>
   </a>
</li>


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.
Tags
PanelBar
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Yana
Telerik team
Share this question
or