Show button description on mouse hover

Good day ,

is there a way to show button description when someone hovers over it with a mouse ?

Lets say we have a button named ‘Cat’ and when someone hovers over it , it will show ‘Animal’.

Hello,

Button has the tooltip property:

http://webix.com/snippet/055ba32b

Moreover, the Webix tooltip is available as independent component and can be shown for any view:

http://webix.com/snippet/89347314

Another possibility is to use a popup window as a tooltip:
http://webix.com/snippet/8d803e7f

thank you