is it possible to make a customize show and hide tooltips or windows? Like mouseover in html link. I wanna basically want to create a help link with tooltip or windows.
Please help me!
My Product Information:
LiveCycle Designer, Windows
you can create tooltips for all interactive form objects (text fiel, nummeric fields, dropdown fields etc.). Designer has the build in function there for in the accessibility palette.
You also can change the tooltips with scripting.
xfa.resolveNode(reference_Syntax_expression).assist.toolTip.value="Tooltip text"; I made an example for this. [url]http://thelivecycle.blogspot.com/2009/11/change-tooltip-through-script.php[/url]
you can create tooltips for all interactive form objects (text fiel, nummeric fields, dropdown fields etc.).
Designer has the build in function there for in the accessibility palette.
You also can change the tooltips with scripting.
xfa.resolveNode(reference_Syntax_expression).assist.toolTip.value = "Tooltip text";
I made an example for this.
[url]http://thelivecycle.blogspot.com/2009/11/change-tooltip-through-script.php[/url]
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs