Show TOC

Background documentationPortalapp.xml Locate this document in the navigation structure

 

The values for the properties com.sap.portal.reserved.layout.Cont1, com.sap.portal.reserved.layout.Cont2 and com.sap.portal.reserved.layout.Cont3 are the same as the value for the id attribute of the container or the containerWithTrayDesign tag for those columns in the JSP page.

Syntax Syntax

  1. <application>
      <application-config>
        <property name="SharingReference"
          value="com.sap.portal.pagebuilder"/>
      </application-config>
      <components>
        <component name="invTLayout">
          <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="LayoutTagLibrary"
              value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.pcm.Title"
              value="Inv T-Layout (50|50,100)"/>
            <property name="com.sap.portal.pcm.Description"
              value="Inverse T-Layout (50% top-left, 50% top-right, 100% bottom)"/>
            <property name="com.sap.portal.reserved.layout.TemplateFile"
              value="invTLayout.jsp"/>
            <property name="com.sap.portal.reserved.layout.Cont1"
              value="left">
              <property name="title" value="Left Column"/>
              <property name="orientation" value="vertical"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont2"
              value="right">
              <property name="title" value="Right Column"/>
              <property name="orientation" value="vertical"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont3"
              value="bottom">
              <property name="title" value="Bottom Column"/>
              <property name="orientation" value="vertical"/>
            </property>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    
End of the code.