Answered
The tool tip capability in Acrobat seems to be limited in that if I put in a tool tip that is long, it doesn't multiline the tip. The tool tip line is allowed to just continue on off screen. I've tried escaping the string with \n \r\n etc... but it just displays the escape characters.
Is there a way to get it to multiline tool tips?
I'm using LiveCycle Designer 7 and generating XDP forms, so I don't believe I have the option of using comments.
TextField1.assist.toolTip.value = 'This is my \ntooltip';