Oracle9iAS Portal Developer Kit

create_previous_button function

Contained in package wwui_api_portlet_dialog.

Call this function to create a button record with the translatable title 'Previous' given a button URL.

function create_previous_button
  (
  p_button_url in varchar2 default null,
  p_language in varchar2 default wwctx_api.get_nls_language
  )
  return 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_previous_button
(

p_button_url => 'wizard(''previous'')',

p_language => 'us'

);

Related topics

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