|
open_form procedure |
|
Contained in package wwpro_api_adapter. Call this procedure to open a form on a portlet's customize page in a manner suitable for use in a portlet which may be deployed using the PL/SQL HTTP Adapter. This means that customization is performed in the same way as PDK-Java, i.e. via a call to htp.formOpen and then htp.formHidden for these parameter names:
These parameters are needed by the Parallel Page Engine (PPE) to show the portlet again. This is exactly the same as the parameters on the customization form for PDK-Java portlets. For example, user clicks:
Subsequent htp.formHidden calls may be made for other parameter names
and values to be saved, e.g. new Title for the portlet. procedure open_form
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_formattr |
The form attributes (equivalent to the cattributes parameter of htp.formOpen). Datatype: in varchar2 |
|
p_prr |
A portlet runtime record containing the parameter values used to populate
the form. Datatype: in wwpro_api_provider.portlet_runtime_record |
|
Exceptions:
Example: wwpro_api_adapter.open_form
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |