Text wrapping for tooltips


is possible wrap text in tooltip? if so, how might 1 acheive this? have several long tooltips run off screen , haven't been able determine how have text wrap.

try using "\n" in text want line break appear. , don't leave space after "n".

i prefer setting tooltip text in function in script object, , calling function on initialize event of main body page. here's example of function, , can see use of "\n" in text create line breaks:

function mytooltips()
{
form1.mainform.header.printbutton1.assist.tooltip.value = "click on button when\nyou have finished filling\nin form print a\ncopy records.";
}


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments