Steps
1. create a shared (standalone) train region
2. create your train pages (the individual steps)
3. create the links in the shared region
- configure the Destination URI to point on the individual pages
- also configure the Text parameter (this will be the one shown above the pages)
4. In your page's layout region, add a location
- configure the Extends property to point to the shared train region you created in the first step
*make sure you have Application Modules configured on your pages (in contrast to pages, this attribute follows the java package syntax)
5. create a page for your Navigation Bar
6. well, finally create the Navigation Bar region
- configure the First Step and Last Step attributes. Normally you would like to configure First Step to 1 and Last Step to the number of the last page (in this case, 2)
7. create links inside that region
- configure the Destination URI in this format OA.jsp?page=/xxx/xxx/xxx/xxxPG
- configure the text visual property
8. create a pageButtonBar region for each individual step pages (you may create the first then copy paste to the rest)
*make sure the Nav Bar links text and the Train links text are identical
No comments:
Post a Comment