How to Add Screentip/Tooltip to a non-hyperlinked field in a repeating group
Hi,
I have a requirement to write an EBS pdf report that will show a tooltip or screentip when mousing over a data field inside a repeating group. This field does not have a hyperlink to anything. Also the data to be displayed in the tooltip is dynamic data that is coming from another field in the same repeating group. I have tried the following but none of them worked --
1. <fo:basic-link external-destination="url('')"><?MOUSE_OVER_FIELD?></fo:basic-link>... -- this just shows the mouse-over field but nothing happens when moused over.
2. <fo:basic-link external-destination="url(.//TOOLTIP_FIELD)"><?MOUSE_OVER_FIELD?></fo:basic-link> -- this shows a tooltip when mousing over the mouse-over-field but the value it shows is the static text 'TOOLTIP_FIELD' instead of the value in the TOOLTIP_FIELD tag.
I have a requirement to write an EBS pdf report that will show a tooltip or screentip when mousing over a data field inside a repeating group. This field does not have a hyperlink to anything. Also the data to be displayed in the tooltip is dynamic data that is coming from another field in the same repeating group. I have tried the following but none of them worked --
1. <fo:basic-link external-destination="url('')"><?MOUSE_OVER_FIELD?></fo:basic-link>... -- this just shows the mouse-over field but nothing happens when moused over.
2. <fo:basic-link external-destination="url(.//TOOLTIP_FIELD)"><?MOUSE_OVER_FIELD?></fo:basic-link> -- this shows a tooltip when mousing over the mouse-over-field but the value it shows is the static text 'TOOLTIP_FIELD' instead of the value in the TOOLTIP_FIELD tag.
0