Has anyone figured out tooltips in Kinetic-Web ?
Had a request to create a couple of tooltips, no built in support in Kinetic-Web as far as I have seen, so this is what I do now. It’s not great but maybe someone will find it useful.
Looks like this:
When button is pressed I open a erp-message-handler, for example:
Set button text to “?” and button properties are:
And you’ll need a simple event for the button press to show the message:
message handler params are:
oh, and you will likely want to put the control and the button in a two-column div and play with how much real-estate you give the control vs button:
Feels like alot for a tooltip, but writing this post takes longer than actually doing it.
Now someone tell me I’m wrong and there IS support for tooltips