You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
This container allows the user to enter a comment. It contains a text area and a comment button.
The comment, the refID and the title, the moment of entry and the current user are stored in a database that is configured in the configuration file application-externaldatasources.properties
. See also Comments SQL Store component. The comments that are entered can be shown by using the Container type: AQ_Dashboard_CommentList.
Parameters
Name | Description | Type | Required |
---|---|---|---|
refID | This is the reference id under which you want to store this content. This does not need to be unique for every comment. | Expression | true |
title | The text item containing the title of the comment. | Text item | true |
buttonText | The text item that will supply the text placed on the comment button. | Text item | true |
Events
Name | Description | Type | Required |
---|---|---|---|
CommentPlaced | This event is triggered in case the user clicked on the button. The event can be mapped in the Events tab. | Continue event | true |
Overview
Content Tools