s2 tooltip

2008-01-13 Thread Markus Stauffer
Hello What happened to all the tooltip parameters in the struts 2 tags? I can't use the parameters tooltipConfig, tooltipCssClass, tooltipDelay and tooltipIconPath in a s:textfield tag. They are not defined in the tld. I'm using struts 2.0.11 and I would like to set a custom image for the too

RE: [S2] Tooltip and simple theme

2007-11-21 Thread Jiang, Jane (NIH/NCI) [C]
Thanks. That works for us. -Original Message- From: Jim Cushing [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 5:07 PM To: Struts Users Mailing List Subject: Re: [S2] Tooltip and simple theme You can use the "title" property, which generates a title attribute in

Re: [S2] Tooltip and simple theme

2007-11-20 Thread Jim Cushing
You can use the "title" property, which generates a title attribute in the HTML. Most browsers will render this like a tool tip when the user hovers over the element. On Nov 20, 2007, at 4:21 PM, Jiang, Jane (NIH/NCI) [C] wrote: Hi, I have an application developed ready for test. Now I ha

RE: [S2] Tooltip and simple theme

2007-11-20 Thread Hernandez, David
I would try rendering with XHTML and then copying and pasting the resultant Tooltip code into my simple themed page. -Original Message- From: Jiang, Jane (NIH/NCI) [C] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 4:22 PM To: Struts Users Mailing List Subject: [S2] Tooltip

[S2] Tooltip and simple theme

2007-11-20 Thread Jiang, Jane (NIH/NCI) [C]
Hi, I have an application developed ready for test. Now I have added requirement for tooltips for a few components. I just noticed that tooltip is only available in xhmtl theme. How should I implement tooltips in simple theme? Thanks a lot for your help, Jane -Original Message- Fro