CommentsComponent
Description
Adds a comment section to the page
Options
- name
- The name of the component
- type
commentsComponent
- listeners
- Array - Parameters who this component will react to
- page
- String String to identify the comments stored
- htmlObject
- Id of the buttom/link object
- 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
- preChange
- Function - Function to be called before the component is changed
- postChange
- Function - Function to be called after the component is changed
Sample