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

Tooltips on Menu-Items

1 Answer 236 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Juergen
Top achievements
Rank 1
Juergen asked on 30 Mar 2015, 01:34 PM
Hello,
i use kendo UI menu and use a menu only with icons like this ...

<ul id="menu">
   <li><i class="fa fa-user"></i>
      <ul>
         <li><i class="fa fa-xxxxx"></i></li>
         <li><i class="fa fa-xxxxx"></i></li>
         <li><i class="fa fa-xxxxx"></i></li>
      </ul>
   </li>
</ul>

I use icons from fontawesome.

Is there anyway to use tooltips using $("#menu").kendoMenu() ? 

Regards.

Jürgen



1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 01 Apr 2015, 08:03 AM
Hi Jürgen,

You could attach Kendo UI Tooltip to the Menu: 
$("#menu").kendoTooltip();
Hence:
- In the filter option specify the elements for which the tooltip is shown;
- In the content option specify content of the tooltip.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Menu
Asked by
Juergen
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or