I'm trying to set the title on an element in UiBinder with a carriage
return or line feed in it, which is valid in JavaScript.
For example, the following code works:
element.setTitle("Line 1.\r\nLine2.");
When I put the same text into the title attribute in a UiBinder
element, the text is written exactally as seen, on the same line.
How do we go about displaying a multi-line tool tip in UiBinder?
Thanks,
Pat
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.