Oracle9iAS Portal Developer Kit

open_portlet procedure

Contained in package wwui_api_portlet.

Call this procedure to open the table and the table cell for the portlet.

The has_border property passed to the portlets show method should passed into this API. The value for the has_border property passed to the portlets show method is set at the page region level.

Note: Use this API in conjunction with close_portlet to encapsulate the portlet content.

procedure open_portlet
(
  p_has_border in boolean default false
);

Version: Oracle Portal 3.0.6.6.5 or later

Parameters:

p_has_border

Indicates whether to draw a border for the portlet.

Datatype: in boolean

Exceptions:

None.

Example:

wwui_api_portlet.open_portlet(p_portlet_record.has_border);

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio