How to change an image when cursor moves over a row?
621995Apr 4 2011 — edited Apr 6 2011Hello
I am using Apex 4.0 I would like to change the image that appears in a region depending on the row the cursor moves into on a manual tablular table. Currently I see that the template for the report region controls the row highlighting, I need to expand the functionality to change the image in the html text region.
So row 1 will show image 1 row and moving to row 2 will show image 2 etc. This is the code that exists to show my image in a HTML text region.
"<img id="my_dyn_img" src="#APP_IMAGES#AIRWAYS_all.png" WIDTH=195 HEIGHT=260 >"
I am new to Apex and have little javascript knowledge any help would be greatly appreciated.
Thanks
Andrea