Can anyone help me with the syntax to hyperlink to a page in the current PDF ?
I have not been able to locate any information on this !
This is a fill able XFA form & am attempting a Table of Content TextBox on the Main page with links to different parts of the form.
Thanks
Aubrey
Views
Replies
Total Likes
you can use:
xfa.host.setFocus("placeYouWantToGo")
to move about within the document
Views
Replies
Total Likes
XFA forms do not support inbound hyperlinks, so the setFocus method is propably the only way to jump directly to a desired location in a form.
You can use this in combination of bookmarks when you use Designer ES3 or newer.
LiveCycle Blog: Lesezeichen in XFA-Formularen//Bookmarks in XFA forms
Views
Replies
Total Likes
Thanks whyisthisme,
Can this be used in a hyperlink ? Or is this a placed in the event (click ) code ?
Aubrey
Views
Replies
Total Likes
All:
What I am looking for is something similar to the hyperlink options in Adobe Pro where you can specify a page # to go to.
Unfortunately, LiveCycle only has the option for a URL or an email. And For the URL, it generates an <a href="the URL"> syntax.
Is there a way to get it to generate a <a id=Page3> javascript ?
Or maybe force the <a href=""> to use an Id in the existing document ?
Aubrey
Views
Replies
Total Likes
you would put it in an event (such as the click event) for the text you want to hyperlink
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies