EasyUI Forum

General Category => General Discussion => Topic started by: federico on June 05, 2020, 04:15:40 AM



Title: tooltip without javascript (only with declaration)
Post by: federico on June 05, 2020, 04:15:40 AM
Hi is there a "declaration" way to add atooltip for a input text without add javascript dynamic code ?

<input class="easyui-numberspinner easy-tooltip" value="0" data-options="label:'verso:',min:1,max:100" title="tool"> 

this doesn't run.

Thanks.

Federico


Title: (SOLVED) Re: tooltip without javascript (only with declaration)
Post by: federico on June 07, 2020, 01:38:19 AM
<a href="#" class="easyui-tooltip" title="here the message">

<here the easy widget....>

</a>

This is the correct way.
Federico