on 2005 Aug 02 6:12 PM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.