Sameer Nanda wrote:
> Hi,
>  
> I am using the display:column tag to display the contents of a huge 
> data set I have. And I use the maxLength attribute to show only 100 
> words, which gives me a nice tooltip feature which is why I used 
> displaytag lib at the first instance. But the drawback about the 
> tooltip is, I dont have control on how long the tooltip remains on the 
> web page. i.e. when I mouseover the text to get the tooltip, it 
> remains there for 2-3 seconds, which is not a sufficient amount of 
> time for the users to completely read the content of the tooltip.
>  
> My question is, has anyone found any solution to keep the tooltip 
> window stay for a specified amount of time OR keep it till the mouse 
> is over the text, so that the users can completely read the stuff.
>

My initial though was that you will not be able to change the time the 
tooltip is displayed as this is controlled by the browser your page is 
being displayed in. You may be able to write some Javascript that takes 
the title attribute of the <td> element and displays it in a floating 
div or something similar. Then you would have some control over the 
display time.

Ed!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to