I would like to change the label text of "Tooltip" to something else in the "Insert hyperlink" dialog control. What's the best way to do this? Does telerik support this? Is it possible to do it in javascript?
Thanks,
Vince
3 Answers, 1 is accepted
0
Accepted
Atanas Korchev
Telerik team
answered on 04 May 2011, 06:56 AM
Hi Vince,
The only option to do it currently is by modifying the telerik.editor.min.js file. Or to edit and build the source code. If you decide to do that check the image.js file in the Telerik.Web.Mvc/Scripts/Editor folder in the source code distribution.
All the best,
Atanas Korchev
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
I am using Editor where, I need to have tooltip display on certain options like font combo, font size combo, font color combo, likewise
But, for other buttons like Bold, Italic,.... it's working fine.
I also referred http://demos.telerik.com/aspnet-mvc/editor .... here also, i found out that same tooltip is not working.