ws-class-props | |||
---|---|---|---|
Line 2: | Line 2: | ||
|Subject version=2.1 | |Subject version=2.1 | ||
|Doc subject=DevOps:Doc/FlexForm | |Doc subject=DevOps:Doc/FlexForm | ||
+ | |Doc synopsis=Send a notification to another user | ||
+ | |Doc parent= | ||
+ | |Doc sort order=110 | ||
+ | |Doc target group=User | ||
}} | }} |
Revision as of 21:36, 30 November 2023
Name
message
Type
input
Synopsis
Send a notification to another user
Description
This is a FlexForm specific field type. It is not default HTML5.
With this field type you can send notifications to other registered users.
Parameters
type="message"
user="<username>"
message="<the message that will show up in the notification>"
message-title="<notification title>" - this is optional
message-type="<either "danger", "warning", "info", "success">" - defaults to danger
Example
<input type="message" user="wiki user" message="test message" message-title="Admin message" message-type="info" />