CancelButton JSP Tag Attributes

Use the CancelButton JSP tag to create an instance of the UIX ButtonBean object to serve as a Cancel button in any dialog JSP page (such as the pages that contain the PrintOptions, SaveAs, or the ExportOptions JSP tags). You can also use the ApplyButton tag with an ExplorerDetail tag when the ExplorerDetail is used to select a folder for the SaveAs tag.

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.

dialogId -- (Required) Specifies the identifier of the JSP dialog tag or ExplorerDetail tag that is to be associated with this button. This identifier must be contained in the current page.

text -- Specifies the text that is to be displayed on the button; defaults to Cancel.