|
create_ok_button function |
|
Contained in package wwui_api_portlet_dialog. Call this function to create a button record with the translatable title 'OK' given a button URL.
function create_ok_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 Default: wwctx_api.get_nls_language |
|
Returns: This function returns a button. Exceptions: This procedure does not raise any exceptions. Example: wwui_api_portlet_dialog.create_ok_button
);
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |