BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

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

Documentation

Adds a page or book to an existing book by doing the following:

A book is a portal control that aggregates portal pages or other books. A book can provide a menu control that enables navigation among its pages and books.

Properties
This component is not nillable.

Model
<book-extension>
(book-location, (book-content | page-content) )
</book-extension>


Nested Element Summary
 book-content
          
 book-location
          
 page-content
          
Source
<xs:element name="book-extension">
<xs:complexType>
<xs:sequence>
<xs:element ref="book-location"/>
<xs:choice>
<xs:element ref="book-content"/>
<xs:element ref="page-content"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation