Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:07
Single quote within tooltips
Poster: galneweinhaw
Dated: Wednesday April 26 2006 - 19:09:06 BST
Heya!
Is there a way to use a single 'quote' within the tooltips?
if there is a singel quote within the string then the tip doesn't pop up.
I've tried the raw ' as well as escaped \' but they both stop the tip from popping up.
thanks!
Poster: John
Dated: Thursday April 27 2006 - 14:51:37 BST
Not sure about this, but try a double single (huh?); i.e., ''.
Poster: vikenk
Dated: Friday April 28 2006 - 2:53:42 BST
Try using multiple slashes (either two or three):
"The weather'\\\s great!"
Poster: Andy
Dated: Tuesday May 16 2006 - 17:23:03 BST
Hi,
There is demo of this working at http://www.milonic.com/tooltips.php
The line with quotes in is:
Code:
aI("text=Including 'Single' and "Double" Quotes inside Tooltips;tooltip=Single Quotes: \\'Inside\\' - Double Quotes "Inside";");
Hope this helps