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

Tooltip template

1 Answer 108 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Zheos
Top achievements
Rank 1
Zheos asked on 16 Jan 2008, 02:54 PM
Is there any way to give the tooltip a template witout having to create a completly different page like in the RichContent live demo.

I mean, maybe something like :

        <telerik:RadToolTip runat="server" ID="RadToolTip2" height="100px" width="150px" 
            IsClientID="true" 
            TargetControlId = "link1" 
            onclientbeforehide="OnClientBeforeHide"   
            onclientbeforeshow="OnClientBeforeShow"   
            Position="TopCenter" 
            onclienthide="OnClientHide"   
            onclientshow="OnClientShow">  
              
            <Template> 
               html content   
            </Template> 
              
            </telerik:RadToolTip>  


Thankx

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 16 Jan 2008, 03:13 PM
Hi Zheos,

Yes, you can set the Html for the content directly in the RadToolTip declaration - you just need to remove the <Template></Template> tags from your code.



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Zheos
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or