Oracle9iAS Portal Developer Kit

close_dialog procedure

Contained in package wwui_api_portlet_dialog.

Call this procedure to close a dialog previously opened using the open_dialog procedure.

procedure close_dialog
(

p_contenttable boolean default true,

p_width in varchar2 default null

);

Version: Oracle Portal 3.0.8

Parameters:

p_contenttable

Flag used to indicate to closeout the user content table.

Datatype: boolean
Default: TRUE

p_width

Width of table in which buttons are rendered.

Datatype: in varchar2
Default: null

Exceptions:

This procedure does not raise any exceptions.

Example:

wwui_api_portlet_dialog.close_dialog;

 

Related topics

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