Page 1 of 1
Tooltip
Posted: Tue Jan 07, 2020 10:44 am
by mariri
Hi !
How can we add tooltip to objects when the user hovers an object to get more details about the object ?
Thanks for ur help !
Re: Tooltip
Posted: Tue Jan 07, 2020 11:10 am
by kev1n
Hi,
This can be done by adding some Javascript code in the form's Custom Code field:
Code: Select all
if (nuFormType() == 'edit') {
$('#label_YOUR_OBJECT_ID').attr('title', 'Some information about this object');
}
Replace YOUR_OBJECT_ID with an object id
Re: Tooltip
Posted: Tue Jan 07, 2020 11:35 am
by mariri
Thanks so much Kevin !

Re: Tooltip
Posted: Tue Jan 07, 2020 11:51 pm
by admin
.
Re: Tooltip
Posted: Wed May 17, 2023 5:25 am
by IzzyBok
Hi, Kevin !
How can I increase font size in the tooltip?
Thanks for help !
Re: Tooltip
Posted: Wed May 17, 2023 2:24 pm
by kev1n
Re: Tooltip
Posted: Sun May 21, 2023 3:09 am
by IzzyBok
Hi, Kev1n!
Thank you for reply.
Unfortunately, I do not have any experience in js.
I assumed that it was as simple as [Tip] Increase nuBuilder's font size
viewtopic.php?t=11595
It would be nice if the function nuSetToolTip has a parameter to change font size,
or be able to adjust the font of the tooltip through the Setup-> Style.
Thanks for help !