BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

http://www.bea.com/servers/portal/weblogic-portal/8.0
element page-insertion-point

Documentation

Identifies a location within a page to place an extension. Also specifies whether the extension adds a control to the page or replaces an existing control.

If you do not specify a location, the extension will be added to the beginning of the page.

Properties
This component is not nillable.

Model
<page-insertion-point
  layout-location = xs:short : 0
  placeholder-position = xs:short : 0>

</page-insertion-point>


Attribute Summary
 xs:shortlayout-location
          

Specifies the index number of the placeholder that you want to contain the extension.

 
 xs:shortplaceholder-position
          

Specifies the order in which you want an extension to display in a placeholder relative to the other portlets or books in the placehoder.

 

Attribute Detail

layout-location

Specifies the index number of the placeholder that you want to contain the extension. A layout is the grid structure of a page that contains placeholders for portlets or books on the page. Each placeholder within the grid is identified by an index number. For example: a three column layout uses "0" to identify column (placeholder) one, "1" for placeholder two, and "2" for placeholder three.

Type:
xs:short
Default:
0
Use:
optional
Form:
unqualified

placeholder-position

Specifies the order in which you want an extension to display in a placeholder relative to the other portlets or books in the placehoder. The position numbers start at 0. For example, if you want your extension to always display as the second portlet or book in the placeholder, specify "1" for this attribute

Type:
xs:short
Default:
0
Use:
optional
Form:
unqualified

Source
<xs:element name="page-insertion-point">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:attribute default="0" name="layout-location" type="xs:short" use="optional">
</xs:attribute>
<xs:attribute default="0" name="placeholder-position" type="xs:short" use="optional">
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation