<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.
| 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:
|
Example
<commentsbutton class="btn btn-sm btn-outline-secondary">Comments</commentsbutton>