SaveButton JSP Tag Attributes

Use the SaveButton JSP tag to provide a button for saving a presentation in place. The SaveButton tag instantiates a UIXButton object. The SaveButton tag also displays the Save Confirmation thin dialog to verify that the user intends to perform the save operation.

Attributes

id -- (Required) A unique identifier for this tag.

scope -- Determines the accessibility and lifetime of the object; select one of the following values: Page, Request, Session, or Application. Typically, use Session, which is the default value.

presentationId -- (Required) Specifies the identifier of the Presentation tag that is to be associated with this button.

saveConfirmationPage -- (Required) Specifies a page that contains a SaveConfirmation tag to be used to verify that the user intends to save the presentation into the Catalog.

saveConfirmationId -- (Required) Specifies the identifier of the SaveConfirmation tag that is contained in the page that is referenced in the saveConfirmationPage attribute.