« Back to Product

Documentation

WFC_SendPopup

Require: IP-Symcon >= 2.2

 boolean WFC_SendPopup (int $InstanceID, string $Title, string $Text) 

Parameters

InstanceID

ID of the WebFront configurator

Title

Title to be displayed

Text

Text to be displayed (HTML is filtered!)

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends a large message to the WebFront that is reassigned to the configurator with the ID InstanceID assigned. The content Text and Titel will appear.

Example

WFC_SendPopup(12345, "Test", "A nice message");
Any questions?