cancel
Showing results for 
Search instead for 
Did you mean: 

Routing\Navigation between different section of same view?

sachinrk
Explorer
0 Kudos

Hi All,

i have requirement where where you click or select from one page it should take you to the next view perticular section of another view.

Page 2 should be loaded fully.

How can i do this.

Thanks for yours comments.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member227918
Active Contributor
0 Kudos

if page 2 have loaded fully and on any button click all 3 sections visible, then, you can position the scroll bar using javascript/jquery for particular section.

if you are managing section's visibility on particular button click, then, pass a indicator while navigating to page 2 and depends on button clciked show/hide the sections.