Steps to implement Subtab Region in OAF :
Assuming ApplicationShortName = XXCUS
- Create a Page XXCUSSubtabPG
- From Page layout Region , create a new region , set region style as subTabLayout .
- In property Pallette under Visual , Initial Subtab = {mention the value : 0 if you want to show the 1st tab as default , 1 if you want to show the 2nd tab as default}
- Right Click SubTabRN and create as many regions as you want the tabs to be displayed
- Right click on SubTabRN and Click on Subtabs it defaults subTabBar under subTablayoutComponents
- Create links as many regions that you created
- Set destination URI property for links as OA.jsp?page=/myCompany/oracle/apps/xxcus/Subname/webui/XXCUSSubtabPG&retain AM='Y'"+"&"+OASubTabLayoutBean.OA_SELECTED_SUBTAB_IDX+"="+6.
- Set the Visual Prompt Value for the links.
Note : No . of links under SubtabLayout = Number of Regions under SubTabRN
No comments:
Post a Comment