Show TOC Anfang des Inhaltsbereichs

%OBJE% PageLayout  Dokument im Navigationsbaum lokalisieren

PageLayout is used to layout areas of a page. The PageLayout should be used for the RootElement of the topmost view in the view hierarchy of the application. Don't use a second PageLayout in views which are nested into the topmost view.

You can insert up to nine PagePanels  into the PageLayout These view elements are used as a panel of a page layout. Each panel can have a background color and different borders. The different panels are defined as follows:

·        Begin

·        Bottom

·        Center

·        End

·        InnerBegin

·        InnerBottom

·        InnerEnd

·        InnerTop

·        Top

The following graphic illustrates the arrangement of these panels on the view:

Diese Grafik wird im zugehörigen Text erklärt

To enable the user to use hot keys, you can set the property handleHotkeys to true.

Procedure

To def...

       1.      To define a PageLayout, select the RootElement in the Outline view of the ViewDesigner, open the context menu and choose Replace With    Page Layout.

       2.      To insert the different panels, select the RootElement again, open the context menu and choose the desired panel, e. g. Begin.

More Information

Javadocs on IWDPageLayout: http://help.sap.com/javadocs

 

Ende des Inhaltsbereichs