I'm using apex 5.1 and universal theme.
I have a page that needs to be displayed in 2 pages 1 is a normal page and the other one is a modal dialog.
What I did to accommodate this is create a page with just IFrame and for the modal dialog I'm using js api apex.navigation.dialog to make a nomal page to a modal one.
Basically the modal dialog is a custom LOV where it allows the user to select and the normal one is a basic search -> f/m screen. This screen is complex so I'm trying to avoid duplicating every thing NOT just for initial work but also for easier maintenance.
As you can see from the screen below it displays the horizontal bar that has the title and STD menu like help and user option.
Thanks
