cancel
Showing results for 
Search instead for 
Did you mean: 

EPCM.doNavigate within page

Former Member
0 Kudos

Hi all -

our problem is that we click on a sidebar iView and do a

EPCM.doNavigate to a 2nd iView on the same page, but

we want the 2nd iView to scroll to the location that was clicked on the first

the alerts are telling us the data is getting through

but the 2nd iView just loads (1st iView is questions 1-10)

2nd page is answers 1-10

on 2nd page we are trying EPCM.doNavigate to scroll to

the right location but not working

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dennis,

I guess you have links in your iview and when clicked you want to call an iview of the same page and want them to be opened in the portal content area right.

Probably you could think of Dynamic navigation iviews then where such iviews appear in the portal content area

else have alook at this forum where they ve tried forwading control from one iview to another of the same page using EPCM.

Hope this helps,

Regards,

Uma.

Former Member
0 Kudos

Hi Dennis,

By using EPCM.doNaviagte we can only navigate to a page not to any location of that page or iview.

The Syntax EPCM.doNavigate(target,[mode,winFeat,winName,history,targetTitle,context])

target: target string.

mode: 0,1,2..depends on opening in new window or not.

winFeat:list of feeatures same as js window.open.

winName:title used in new window.

history:0,1,2 depends on allowing duplicates and keeping track of history.

targetTitle:title for page title bar.

context: Naviagtion context url.

Hope this Hleps

gEorgE