|
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
); |
|
Version: Oracle Portal 3.0.8 | |
|
Parameters: |
|
|
p_contenttable |
Flag used to indicate to closeout the user content table.
Datatype: boolean |
|
p_width |
Width of table in which buttons are rendered. Datatype: in varchar2 |
|
Exceptions: This procedure does not raise any exceptions. Example: wwui_api_portlet_dialog.close_dialog;
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |