<saveAs> Element

The saveAs element is a member of the following categories:

Use the saveAs element to render an instance of Save As dialog that provides options for saving a thin presentation bean to the BI Beans Catalog.

Attributes

biSaveAs -- (Required) A data-bound attribute that binds to a Save As dialog. Specify the select key for the Save As dialog that you want to render.

Note: The remaining attributes are not used.

Usage notes

The page that contains the Save As dialog should also contain Apply and Cancel buttons or links that you define as submitEventDef elements.

Example

The following example shows an XML fragment that renders a saveAs element in the UI tree section of a page using the following assumptions:


<!-- Display the BI SaveAs dialog -->
<bibeans:saveAs data:biSaveAs="page3_saveAs1@bibeans:bisession1" />

<!-- Display a UIX Apply button -->
<button text="Save"
data:onClick="page3_applyBtn@bibeans:bisession1" /> <!-- Display a UIX Cancel button -->
<button textAndAccessKey="Cance&amp;l"
data:onClick="page3_cancelBtn@bibeans:bisession1" />