This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:setmsgbutton [2022/04/27 21:27] – editorial changes to conform to other pages in 4RPL group. Removal of excessive coloration. Karsten75 | 4rpl:commands:setmsgbutton [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | <= [[4rpl: | ||
| :!: Available in version 2.3.2 and later. | :!: Available in version 2.3.2 and later. | ||
| Line 13: | Line 14: | ||
| : A Boolean indicating if the button is visible. | : A Boolean indicating if the button is visible. | ||
| ? text | ? text | ||
| - | : The text to appear on the button. Keep it short. | + | : The text to appear on the button. Keep it short. |
| ? color | ? color | ||
| : The background color of the button, expressed as a [[V4]] [[4rpl: | : The background color of the button, expressed as a [[V4]] [[4rpl: | ||
| Line 19: | Line 20: | ||
| : The MSG channel to send the message on when clicked. | : The MSG channel to send the message on when clicked. | ||
| ? msgText | ? msgText | ||
| - | : The string to send to the MSG channel. | + | : The string to send to the MSG channel. You must provide a non-empty string, otherwise the message will not be sent. |
| | | ||