PatrickDunn
6 years agoQrew Assistant Captain
Hover over text reveal - as demoed by Kirk Trachy at Empower
Hello. I'm attempting to leverage the formula rich text driven hover-over-to-reveal-text functionality that Kirk demoed at Empower 2019 via his Magic Buttons app (see code below). I find that when the text that is being revealed contains a single apostrophe, the the revealed text ends up cutting off at that apostrophe. Any thoughts on how this might be addressed? Thanks!
"<div style=\"width:100px;\"> "& Left(Right([Notes],"["),140) &"</div>"&
"<a href='"&Dbid()&"?a=dr&rid="&[Record ID#]&"' title='"&[Notes]&"' target=\"_blank\" \"> hover or click...</div></a>"
"<div style=\"width:100px;\"> "& Left(Right([Notes],"["),140) &"</div>"&
"<a href='"&Dbid()&"?a=dr&rid="&[Record ID#]&"' title='"&[Notes]&"' target=\"_blank\" \"> hover or click...</div></a>"