How
to create TAB Page in OAF
Now we are going to learn about how to create the tab pages in OAF
Steps to create Tab pages in OAF
Consider there are two pages.
For first page while creating function
in webHtml tab along with page path provide home page menu name and function
name.
OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/SYNDemantraPG&OAHP=MSD_DEM_HOMEPAGE_MENU&OASF=XXSY_DEM_IMP
For second page juct create a normal function.
OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/UploadStatusPG
attach the first function you have created.
Create another one menu of type HTML TAB for second function.
Step3:- Create
a menu of type "Home Page" .
Step4:- Add
the tab submenus to the "Home Page" menu.
Add the tab menus in
your desired display sequence from left to right. The leftmost tab should be added
first.
Remember to specify Prompt values for each tab submenu. These values display as the tab text.
Remember to specify Prompt values for each tab submenu. These values display as the tab text.
Step5:- Add your "Home Page" menu to your responsibility menu.
And add first function that u have created with specifying HomePage menu in there web
html to responsibility menu.
Step6: - This finishes the creation of tab pages. Navigate to the responsibility and click on the html to responsibility menu.
function and see the page.
Can u send wih pint screen.
ReplyDeleteAwesome..!! This was really Helpfule
ReplyDeleteHi Patil,
ReplyDeletethank for nice sharing.In addition;
We dont have to create a normal function if you want create following;
OA.jsp?page=/xxsy/oracle/apps/msd/SYNDemantra/webui/SYNDemantraPG&OAHP=MSD_DEM_HOMEPAGE_MENU&OASF=UploadStatusPG
with my respect.