XactionComponent
Description
This is the most generic component. Allows the user to input the result of a xaction into where he wants on the page.
Options
- name
- The name of the component
- type
xactionComponent
- listeners
- Array - Parameters who this component will react to
- parameters
- Array of Arrays - Parameters to pass to the xaction
- solution
- Solution where the xaction is
- path
- Path where the xaction file is
- action
- Xaction file name
- htmlObject
- Id of the component (usually a div or a span tag) to be replaced by the result
- refreshPeriod
- Time in seconds for this component to refresh. Default is 0 (disabled)
- iframe
- Whether to render the xaction inside an iframe or inline. Default: false
- executeAtStart
- True to execute the component at start, false otherwise
- tooltip
- Tooltip to be displayed when mouse hovers
- serviceMethod
- Optional, defaults to ServiceAction. Setting this value to ViewAction calls the traditional BI Platform action servlet
- preExecution
- Function - Function to be called before the component is executed
- postExecution
- Function - Function to be called after the component is executed
Sample