Acknowledgement
3 posts tagged with "Acknowledgement"
.acknowledge
element
The .acknowledge action shows a message that need to be explictly acknowledged/dismissed. It belongs to the acknowledgement category within the ui area.
Action Syntax
.acknowledge "text"
A quoted text string
.acknowledge blk
A value
.acknowledge $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.acknowledge "message"
// Using Variables
// Display dynamic content from variables
.acknowledge $message
Action code: 3060669800
Version: 0.6.4-1
Last updated: 2025-06-13
.acknowledge-once
element
The .acknowledge-once action shows a message that need to be explictly acknowledged. One it is, it does not show up again. It belongs to the acknowledgement category within the ui area.
Action Syntax
.acknowledge-once "text"
A quoted text string
.acknowledge-once blk
A value
.acknowledge-once $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.acknowledge-once "message"
// Using Variables
// Display dynamic content from variables
.acknowledge-once $message
Action code: 771542666
Version: 0.6.4-0
Last updated: 2025-06-13
clear-acknowledgement
The clear-acknowledgement action clears all prior user acknowledgements. It belongs to the acknowledgement category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
clear-acknowledgement
Action code: 1110331157
Version: 0.6.4-0
Last updated: 2025-06-13