Hi, Sean: Thank you for responding.
Yep, I've tested that, too. It appears to work for fields that actually have the "white space" for entering text, but not for fields that "display as text". It seems to behave just like the text trim fields so it doesn't work. It only works when I don't display as text. Also, in our case the text has to be a certain color, etc. I know I have a couple of workarounds for that, too. One of the workarounds I have for text color is to make the field label dynamic, while making the data length 0. I've only been able to hover over a field label using a call to a js file. My preference is to NOT use a file that has to be carried from server to server. Or, where the actual text and field IDs have to be hard coded. I would prefer to use a single run process statement that I can make a little more dynamic. So we're back to square one. The text has to be a certain color and it has to allow hover text. I may get desperate and use the hard-coded js file. However, it still doesn't solve the problem on how to get the hover to work on trim fields. Thank you again for taking the time. Michelle -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sean Garrison Sent: Friday, January 05, 2007 10:24 AM To: [email protected] Subject: Re: Hover text on Trim fields - Is it Possible? Any Takers? Have you tried doing the same thing but using a Display-only character field (instead of a text field)??? There is a checkbox on there to "Display as Text" if you need it ... Thanks, Sean -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Lucero, Michelle - IST contractor Sent: Friday, January 05, 2007 10:58 AM To: [email protected] Subject: Hover text on Trim fields - Is it Possible? Any Takers? Anyone? > _____________________________________________ > From: Lucero, Michelle - IST contractor > Sent: Thursday, January 04, 2007 1:28 PM > To: '[email protected]' > Subject: Hover text on Trim fields - Is it Possible? > > Hey, Y'all: > > Environment: > Remedy ARS 6.3 P18 (Windows 2003, SQL Server 2000) > Mid-Tier 7.0.0 Patch 1 (IIS/Servlet Exec) > Mid-Tier 7.0.1 (IIS/Tomcat) > > I was able to use a simple JavaScript command in a run process AL to > produce hover text over a character field. There is no need for a > JavaScript file. I like to avoid hard coded text wherever I can. > This fires on Window Loaded as a run process and works great on > character fields > //javascript:document.getElementById('arid536870998').title = 'My > text'; (without the slashes) > > However, I would like to be able do the same thing over a Text Trim > field. > > We have a psuedo navigation bar with subtitles. We would like to add > tooltips to these. > > So far, nothing I've tried, including a hard-coded js file works on > Text Trim, nor buttons for that matter. > > Has anyone ever been able to produce hover (aka alternative or > mouse-over) text on trim fields? > > On a side note: > The good news is that in ARS 7.0.1 and Mid-Tier 7.0.1, buttons and > Flashboards now have an "alternative" text attribute accessible > through the Admin Tool. > > Thanks in advance, > Michelle ________________________________________________________________________ ____ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

