Function Block ACT_CLOSE

The function block ACT_CLOSE defines the Close action of dialogs.

Input TEXT

The input defines the text on the button. Instead of the text, another action function block can be placed here. The functions are then executed together.

If multiple page changes are specified, only the last one is executed.

Input COLOR

The input defines the text color of the button. If no value is given, the page color is used or the contrasting color to the background color. It is possible to specify the color as a hex value or as a color variable. All colors are listed here. Only the background colors are used.

Input GROUP

If defined, the dialog will be closed for all group participants. Otherwise, this only applies to the current user.

Input DIS

If the input is true, the action is deactivated. However, it forwards combined actions.

Output ACTION

The output passes on the information for the dialog function block. This can be directly connected to the input ACT# or the input TEXT of another action.