Comment widget

Comment widget

The Comment Widget provides a comprehensive commenting system with support for adding, editing, and deleting comments. It includes status tracking, user avatars, and various display options. For a detailed view on the latest widget it’s json input and output view the widget demo app on preprod.

Features

  • Comment list display with icon avatars/initials

  • Inline comment editing

  • Comment deletion with confirmation

  • Status indicators (edited/deleted states)

  • New comment creation

  • Close comment functionality

  • Relative time display

  • Localization support

Attributes

You can set the following attributes of the widget:

  • showComment: true, false

  • indicatorValue: any string or character/s

  • tooltip: any string or character/s

  • status: open, closed

  • displayAddComment: true, false

  • commentList: array of comments

Actions

The following actions are returned by the widget to the DSL

  • addComment

  • editComment

  • deleteComment

  • closeComment