|
create_cancel_button function |
|
Contained in package wwui_api_portlet_dialog. Call this function to create a button record with the translatable title 'Cancel' given a button URL
function create_cancel_button |
|
Version: Oracle Portal 3.0.8 | |
|
Parameters: |
|
|
p_button_url |
The URL associated with the button. Datatype: in varchar2 |
|
p_language |
The language in which the button title is displayed. Datatype: in varchar2 |
|
Returns: This function returns a button. Exceptions: This procedure does not raise any exceptions. Example: wwui_api_portlet_dialog.create_cancel_button
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |