Hi All,
I use displaytag: displaytag-1.1-20060103.091119-1.jar. I’d like to add a tool tip to the column header but can’t find any attribute that can help me with that. Do you have any idea how to do that? I was told there might be some solution with style attribute usage but I can’t find any example.
Thank you in advance,
Tomek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I guess I didn't read the first post carefully enough.
My previous post applies to body columns, not header columns. You might want to consider the same solution, instead of the column decorator handling the task, just wrap your title strings inside div or span tags. Not tested, but should work.
-Kurt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I use displaytag: displaytag-1.1-20060103.091119-1.jar. I’d like to add a tool tip to the column header but can’t find any attribute that can help me with that. Do you have any idea how to do that? I was told there might be some solution with style attribute usage but I can’t find any example.
Thank you in advance,
Tomek
I too have the same problem.. do any body know the solution?
Use a custom column decorator that wraps the contents of the column in html div or span tags and use a javascript tooltip script like: http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
That should do the trick!
-Kurt
Sorry, I guess I didn't read the first post carefully enough.
My previous post applies to body columns, not header columns. You might want to consider the same solution, instead of the column decorator handling the task, just wrap your title strings inside div or span tags. Not tested, but should work.
-Kurt