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

Tooltips with both skins (custom and embedded) in same page

3 Answers 109 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Fabio Wada
Top achievements
Rank 1
Fabio Wada asked on 30 Jan 2008, 07:43 PM
I' using a custom skin in my tooltip object like this this example:
http://www.telerik.com/help/radcontrols/prometheus/?ThemesHowTo.html

In this example, all tooltips objects in my page using the custom skin.

Now I need another tooltip using a embedded skin in the same page.
How do I do this?

Thanks,
Fabio Wada

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 01 Feb 2008, 01:31 PM
Hi Fabio Wada,

You may easily set different skins to each tooltip on your page by specifying a skin property in the tooltip's server tag, i.e:

<

telerik:radtooltip runat="server" ID="RadToolTip1" Targetcontrolid="Link1" IsClientID="true" Skin="Web20"></telerik:radtooltip>

<telerik:radtooltip runat="server" ID="RadToolTip2" Targetcontrolid="Link2" IsClientID="true" Skin="Default"></telerik:radtooltip>

<telerik:radtooltip runat="server" ID="RadToolTip3" Targetcontrolid="Link3" IsClientID="true" Skin="My Custom Skin"></telerik:radtooltip>

This works both with UseEmbeddedSkins="true" and UseEmbeddedSkins="false".

Have a great weekend!

Best wishes,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Fabio Wada
Top achievements
Rank 1
answered on 01 Feb 2008, 06:22 PM
Martin,

But, which folder must be the css custom skin? 

Thanks,
Fabio Wada
0
Svetlina Anati
Telerik team
answered on 05 Feb 2008, 09:09 AM
Hello Fabio,

It doesn't matter in which project folder you put your custom skin but you need to declare correctly its path. You can find more information how to register your skin here.

You can also modify an existing embedded skin in order to meet your specific requirements. More details can be found here. Please note that in this case you must make sure that you have set the UseEmbeddedSkins property to false.  



Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Fabio Wada
Top achievements
Rank 1
Answers by
Martin
Telerik team
Fabio Wada
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or