Home › Forums › Classic DFFS › Display DFFS tooltips in list view on column header hover › Reply To: Display DFFS tooltips in list view on column header hover
February 18, 2019 at 23:57
#23881
I’ve studied the code at https://spjsblog.com/2015/03/27/spjs-simple-tooltip/ as I think that will allow the correct tooltip regardless of the selected view.
However, I’m unsure how to associate the field name(s) shown in the debug view (see attached Figure) with the HTML call:
<td valign="top">Field 1: </td> <td valign="top"><input style="width:300px;" type="text"> <img onmouseover="SPJS_SimpleTooltip.show(this,'helpText1')" onmouseout="SPJS_SimpleTooltip.hide()" onclick="SPJS_SimpleTooltip.click(this)" src="/_layouts/images/hhelp.gif" border="0"> </td>
I assume I would call the HTML, JS, and CSS from the SharePoint .aspx page but am wondering how to integrate the various SharePoint field names (shown as List view column headers) in the HTML.
Thanks for your help.
Mike