EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Stefan B. on February 19, 2014, 08:02:20 AM



Title: IS there no tooltip on link buttons
Post by: Stefan B. on February 19, 2014, 08:02:20 AM
It is posible to have a tooltip on link buttons?


Title: Re: IS there no tooltip on link buttons
Post by: chkaufmann on February 19, 2014, 02:23:00 PM
It is posible to have a tooltip on link buttons?

<a .... title="Here goes the tooltip"/>

cu Christian


Title: Re: IS there no tooltip on link buttons
Post by: Stefan B. on February 20, 2014, 12:41:37 AM
It is posible to have a tooltip on link buttons?

<a .... title="Here goes the tooltip"/>

cu Christian

This shows not the EasyUI Tooltip box, only a standard HTML tip.

I Try this now and that works for me.

Code:
<a href="#" class="easyui-linkbutton easyui-tooltip" data-options="iconCls:'icon-redo', plain:false" onclick="javascript:resetMenu();" title="here my tooltip text"></a>