Kanban item tooltip

Can someone please give me an example of how to display a tooltip on a kanban item/card?

I seem to be missing some concept here ie. is it defined in the json data for the item or in the actual kanban board definition.

There’s no built-in Webix tooltip for cards, but a common option is adding a title in the html templates of particular items: icons, tags, etc.

Try to point the cursor over an image or any card title (text): http://webix.com/snippet/e259d38e

Ok thanks!

This also helped me to understand how to set the card type using

webix.type(webix.ui.kanbanlist,{…