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

How to set alt text on the iconurl of a slider?

2 Answers 45 Views
Slider
This is a migrated thread and some comments may be shown as answers.
S
Top achievements
Rank 1
S asked on 16 Aug 2011, 03:50 PM
My slider has a custom iconUrl, but when you mouse over the icon there is no alt text for it.

Can this be set?  I don't see a property for it.

2 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 17 Aug 2011, 12:11 PM
Hi,

Unfortunately there is no property that specifies a different alt text for the icon of the sliding zone's button. Still you could work around this limitation by simply defining the Title for the RadSlidingPane and subsequently hide the text only, thus leaving just the icon with the Title value as an alternative text. For the later thing you will need the following CSS:
.RadSplitter .rspPaneTabText
{
    display: none;
}

Hope this helps.

P.S. Could you, please, try not to post RadSplitter issues in the RadSlider forum as the two controls are very different and have nothing in common. The RadSlidingPane is part of the RadSplitter, whereas the RadSlider is a standalone control with purely different functionality.

Kind regards,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Niko
Telerik team
answered on 17 Aug 2011, 12:16 PM
Hello,

Just figured out a better solution to the one provided. You still need to have the Title specified, however you could use the TabView property setting it to ImageOnly in order to not display the text along with the icon.

Regards,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Slider
Asked by
S
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or