I'm just searching for a cross-browser implementation of the tool tips
I think that the TITLE attribute
(http://www.w3.org/TR/REC-html40/struct/global.html#adef-title) is the most
suitable (because he is defined on to most html elements) to be used as
container for the text to be displayed by a javascript function 'showTip
()'.
It would be great if we could add any attribute to the struts tag as it is
for the html tag, but we can't (am I right?)
But any idea will be welcome.

I found some javascript implementation, but they can not work the same way
on the most elements like <INPUT>, <A>, <IMG>,

(my html input elements are generated, then I need to find out an attribute
defined on the most elements)

Gilles Vandaele
0498 52 64 12
[EMAIL PROTECTED]


                                                                                       
                      
                       wbchmura@Ensign-Bick                                            
                      
                       fordInd.com          To:    [EMAIL PROTECTED]      
                      
                                            cc:                                        
                      
                       21/08/2002 22:30     Subject:  RE: Any way to use the toolTips 
within struts html     
                                                   tags?                               
                      
                                                                                       
                      
                                            Please respond to Struts Users Mailing 
List                      
                                                                                       
                      
                                                                                       
                      
                                                                                       
                      





Are you referring to the ALT tags?  The ones that IE renders like a
tooltip?

Personally I am not an IE user (Mozilla), but those tags are used by the
handicapped for a variety of things and maybe should be added on that
basis.

Does not look too hard to do to the link tag...  Thats without diving
into i18n issues which I am wholly unfamiliar with...

See
http://cvs.apache.org/viewcvs/jakarta-struts/src/share/org/apache/struts/taglib/html/LinkTag.java?rev=1.25&content-type=text/vnd.viewcvs-markup





-----Original Message-----
From: Gilles.Vandaele [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 21, 2002 10:35 AM
To: struts-user
Subject: Any way to use the toolTips within struts html tags?


Any way to use the toolTips within struts html tags?

 If the title attribute is part of the W3C Document Object Model
 (HTML) Level 1 Recommendation, why isn'it included in the Struts
 html tags?







Gilles Vandaele



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to