Completed
Last Updated: 07 Oct 2013 13:38 by ADMIN
ADMIN
Stanimir
Created on: 18 May 2013 11:03
Category: Editor
Type: Feature Request
4
Add the tooltip field to the email tab of LinkManager dialog of RadEditor
Visit the page http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx and create a hyperlink including the tool tip and the press ok.  You should end up with something similar to:

Copy Code <a href="http://www.microsoft.com" title="please click on me">Microsoft</a>

Now, edit the link and switch to the email tab and enter in an email address and click on ok.  You should end up with:

Copy Code
<a href="mailto:info@telerik.com" title="please click on me">Microsoft</a>

Note, the title attribute has been carried over from the information on the hyperlink tab.
There should be a tooltip field to the email tab.
0 comments