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

[Solved] Tooltip on custom button?

1 Answer 106 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bex
Top achievements
Rank 1
Bex asked on 22 Jul 2009, 11:19 AM
Hello

Can anyone tell me how I add a tool tip to a custom button that I have added to my tool bar on the editor?
Can't seem to find the info..

Thanks

Bex

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Jul 2009, 11:24 AM
Hi Becky,

You should set the Text attribute / property to the button declaration:

<telerik:RadEditor ID="RadEditor1" runat="server"
 <Tools> 
    <telerik:EditorToolGroup> 
        <telerik:EditorTool Name="customButton" Text="My Button" /> 
    </telerik:EditorToolGroup> 
 </Tools> 
</telerik:RadEditor>  


Greetings,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Bex
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or