Dear all,
I have made a custom page layout like
<lyt:containerWithTrayDesign id="containerpopup" wrappingMethod="none">
<div id="containerpopup">
<lyt:IViewContent/>
</div>
</lyt:containerWithTrayDesign>
This works fine for all iviews, except for the iviews that are marked as "Launch in new window" (property - com.sap.portal.navigation.ShowType).
I am a bit stuck now, don't know how to achieve that the iview will be opened in a new browser window. The dirty option is to write a javascript piece that retrieves all the content from the div containerpopup and rewrite it into a new browser window, but I will miss some js files as well then.
There must be an easy way how to achieve this. Please note the standard SAP page layout works in a standard framework with the same page / iview.
Any suggestions?
Noël