Use Tooltip to echo contents of a field.
Probably for the JS/HTML/CSS geniuses Jacques TUR :-).
I have formula field which fetches a note field contents from another table. Because I have to keep the formula field as small as possible the note is not always fully visible (runs off the end of the field).
Since there is a tooltip I am wondering if it would be possible to 'engineer' it so that when the mouse hovers over the field the contents of the field is displayed in the tooltip.
3 replies
-
+1 for this missing and usefull feature. (the use of formulas in the tooltip setting)
In the meantime while Jacques (or someone else) is looking for a CSS hack, you can use the 'On click' setting with this as formula:
let p := text('Formula field'); alert(p)
So when you click in the formula field an alert popsup with the content of your field.
Steven
-
Hi, on top of that, we can use the Popover API to create custom popovers that show content from our Ninox database in the way I suggest in the Dashboard_v11_1.
Content aside
- Status Answered
- 3 days agoLast active
- 3Replies
- 176Views
-
4
Following