TextComponent
Description
Simple component that renders text returned from a function specified in the expression property.
Options
- name
- The name of the component
- type
textComponent
- listeners
- Array - Parameters who this component will react to
- expression
- Javascript expression to be evaluated
- 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)
- executeAtStart
- True to execute the component at start, false otherwise
- tooltip
- Tooltip to be displayed when mouse hovers
- preExecution
- Function - Function to be called before the component is executed
- postExecution
- Function - Function to be called after the component is executed
Sample