BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

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

Documentation

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

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

Properties
This component is not nillable.

Model
<book-insertion-point
  action = xs:string : append
  page-label = xs:string>

</book-insertion-point>


Attribute Summary
 xs:stringaction
          

Specifies that the extension should be located before (above or to the left, depending on settings in the Look and Feel) the page that you identified in the "page-label" attribute (insert), after the page (append), or replace the page (replace).

 
 xs:stringpage-label
          

Identifies the page that an extension is to replace or be positioned next to.

 

Attribute Detail

action

Specifies that the extension should be located before (above or to the left, depending on settings in the Look and Feel) the page that you identified in the "page-label" attribute (insert), after the page (append), or replace the page (replace). This attribute is ignored if you do not include the "page-label" attribute

Type:
based on
with :
Default:
append
Use:
optional
Form:
unqualified

page-label

Identifies the page that an extension is to replace or be positioned next to. If you do not include this attribute, then the extension will be placed at the end of the page.

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:element name="book-insertion-point">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:attribute name="page-label" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="append" name="action" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="insert"/>
<xs:enumeration value="append"/>
<xs:enumeration value="replace"/>
</xs:restriction>
</xs:simpleType>
</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