Show TOC Entering content frame

This graphic is explained in the accompanying text Elements of a portalapp.xml File Locate the document in its SAP Library structure

This example contains only one layout template with one container. You can define several layout templates with several containers in each by duplicating the relevant xml sections.

The bolded parts indicate the values to be modified.

 

<?xml version="1.0" encoding="ISO-8859-1"?>

<application> 

<application-config>   

<property name="SharingReference" value="com.sap.portal.htmlb,com.sap.portal.useragent,com.sap.portal.pagebuilder"/>

</application-config> 

<components>   

<component name="fullWidth">     

<component-config>       

                                    <property name="ClassName"

                                    Value="com.sapportals.portal.pb.layout.PageLayout"/>       

<property name="ResourceBundleName"

value="pagebuilder_nls"/>     

</component-config>     

<component-profile>       

                                    <property name="ComponentType" value="com.sapportals.portal.layout" />       

                                    <property name="com.sap.portal.pcm.Title" value="1 Column (Full Width)"/>       

                                    <property name="com.sap.portal.pcm.Description"

                                                   value="Layout displaying one full-width column"/>       

                                    <property name="com.sap.portal.reserved.layout.TagLibLayout"

                                            value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>

      <property name="com.sap.portal.reserved.layout.TagLibHtmlb"

      value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld "/>       

                                    <property name="com.sap.portal.reserved.layout.TemplateFile"

                                                   value="fullWidth.jsp"/>       

                                    <property name="com.sap.portal.reserved.layout.Cont1"

                                                   value="the_container_id">         

                                          <property name="title" value="my first container"/>         

                                          <property name="orientation" value="vertical"/>         

                                          <property name="designClass" value="prtlPageConF"/>       

                                    </property>     

</component-profile>   

</component> 

</components> 

<services/>

</application>

 

 

 

Leaving content frame