Oracle9iAS Portal Developer Kit

button record structure and table

The wwui_api_portlet_dialog API package contains the button record structure. A button is an object which contains details for a single button.

The button structure is:

 type button is record
  (
  button_name varchar2(2000),
  button_url varchar2(2000)
  );

Version: Oracle Portal 3.0.6.6.5 or later

Field names and definitions

button_name

The display name for the button on the dialog.

Datatype: varchar2

button_url

The URL associated with the button.

Datatype: varchar2

Button List

A button list is an array of buttons:

type button_list is table of button index by binary_integer;

Related topics

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