A component can include an Actions menu to allow end users to perform component-level actions such as printing the component and exporting data.
Some components also support options that require users to first select one or more items, such as comparing records, refining by attribute values in selected records, or using POST to pass parameters to a URL.
The available actions for a component Actions menu are:
Action | Description |
---|---|
Allows users to print the component. | |
Export | Allows users to export data from a component. |
Compare | Displays the Compare dialog to allow users to do a more detailed comparison of selected items.
The Actions menu can only contain one Compare option, which is enabled by default. If the view used for the component does not have any identifying attributes, then the Compare check box is disabled and locked. |
Pass Parameters | Allows users to create a hyperlink that generates an HTTP POST request containing attribute values from the selected records as POST parameters.
The Pass Parameters option is only available for the Results List and Results Table components. The Actions menu can contain multiple Pass Parameters options, each with a different label, URL, and parameters. By default, there are no Pass Parameters options in the menu. |
Refinement | Allows users to refine the data using selected attribute values from the selected records. The attributes must allow users to refine using multiple values (have multi-or or multi-and refinement behavior).
For example, users could select three records and then refine the data to only include records that have values for available colors and available sizes that are used in those selected records. The Refinement option is only available for the Results List and Results Table components. The actions menu can contain multiple Refinement options, each with a different label and attributes. By default, there are no Refinement options in the menu. |
Parent topic: Working with Components