Hi,
(sorry for my english)
I have an embedded view with twisties. When the mouse stay on the twistie the user can read a message like this “Show details for [<A href=…”.
How can I modify this message ?
Thank you
Bernard
Hi,
(sorry for my english)
I have an embedded view with twisties. When the mouse stay on the twistie the user can read a message like this “Show details for [<A href=…”.
How can I modify this message ?
Thank you
Bernard
Subject: Twisties in an embedded view
Oups…
the message was "Show details for " + HTML text (href…)
How can I modify this message?
Thanks
Subject: RE: Twisties in an embedded view
If you know javascript well you can scan the HTML of the document once it loads, look for the tag and replace the text with whatever you want.