| Oracle Help for the Web | Contents | Index | Search | View Topic |
| Definition | Related
Help Topics | Additional Information
|
Items are one of the basic components of a portal page. Items in OracleAS Portal are based on item types. Item types define the contents of an item and the information that is stored about an item. The information stored about an item is determined by the attributes of the item type.
Base item types are the item types included with OracleAS Portal. There are two types of base item types. Content item types allow users to add content (for example, images, documents, or text) to a page. Navigation item types allow users to add navigational elements (for example, a login/logout link, basic search box, or a list of objects) to a page.
Base content item types
Base navigation item types
The base content item types are not actually available for users to add to pages. Instead OracleAS Portal provides extended item types based on the base content items.
If these extended item types listed above do not provide enough flexibility, you can further extend them to meet your requirements (provided you have the appropriate privileges). To extend these item types, you must have at least the Manage Classifications privilege on the Shared Objects page group. You can add different attributes to the item types to store exactly the information that you want. You can also add calls to PL/SQL and HTTP procedures and even pass attributes to the parameters of those procedures.
To extend an item type, find the item type in the Navigator under the Shared Objects page group, then click the Edit link.
If you prefer, you can create your own entirely new custom item types. You can base a custom item type on one of the existing base content item types. Basing a custom item type on a base item type means that the custom type will inherit certain attributes. You can then extend the custom item type to include other attributes and procedure calls. You can also choose to not base your custom item type on any base item type, which gives you complete control over the attributes included in the custom item type.
To create a custom item type, you must have at least the Manage Classifications privilege on the page group in which you want to create the item type.
Notes:
For more information go to the documentation section of Portal Center.
Copyright © 2005, Oracle. All rights reserved.