|
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 List A button list is an array of buttons: type button_list is table of button index by binary_integer; |
|||||||||
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |