-
1. Re: Hyperlink to a Page in the current document ? LiveCycle v8.2
whyisthisme May 4, 2014 11:29 PM (in response to aufer)you can use:
xfa.host.setFocus("placeYouWantToGo")
to move about within the document
-
2. Re: Hyperlink to a Page in the current document ? LiveCycle v8.2
radzmar May 5, 2014 1:16 PM (in response to whyisthisme)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
-
3. Re: Hyperlink to a Page in the current document ? LiveCycle v8.2
aufer May 6, 2014 7:53 PM (in response to whyisthisme)Thanks whyisthisme,
Can this be used in a hyperlink ? Or is this a placed in the event (click ) code ?
Aubrey
whyisthisme wrote:
you can use:
xfa.host.setFocus("placeYouWantToGo")
to move about within the document
-
4. Re: Hyperlink to a Page in the current document ? LiveCycle v8.2
aufer May 6, 2014 7:58 PM (in response to aufer)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
-
5. Re: Hyperlink to a Page in the current document ? LiveCycle v8.2
whyisthisme May 6, 2014 8:33 PM (in response to aufer)you would put it in an event (such as the click event) for the text you want to hyperlink


