I have a field which is tinytext.
Instead of presenting this field in ..._list.php (which will take big space). I want to use a small image for that field and when the user hover on the image, it will display the content of the field. Similar mechanism to PHPRunner's AJAX function for master-detail tables in the lists pages.
How do I do that?
Thanks
Fawaz