<commentsbutton>

This tag renders a button that opens the board comments user interface/feature.

Use Boardscript to add more features to your comments button, such as icons and a number count of unread comments. See Boards Comments Functions for details.

<commentsbutton> attributes
Attribute Allowed Values Requirements Description
button-text text Optional Allows overriding the default button text.
header-text Text Optional

Allows overriding the header/title text in the comments slide-out.

This feature is available in WebEOC Nexus 10.19 and later.

ignoreview (false|true)false Optional

When ignoreview is false or not set, comments on a board record are visible only from the view where they were posted, even if other views on the same board have ignoreview set to true.

When ignoreview is true:

  • The comments panel for a record shows all comments posted for that same record from any view on the same board, not just comments entered on the current view.

  • The unread comment count badge on the button reflects unread comments from all views on the same board for that record, not just comments from the current view.

  • Opening the comments panel resets the unread badge for the current user, clearing unread status across all views sharing that record's comments.

  • A user watching a record's comments receives a notification when a new comment is posted from any view on the same board for that record.

Example

Copy Code
<commentsbutton class="btn btn-sm btn-outline-secondary">Comments</commentsbutton>