Documentation
WFC_SwitchPage
Require: IP-Symcon >= 2.2
boolean WFC_SwitchPage (int $InstanceID, string $PageName)
Parameters
InstanceID | ID of the WebFront configurator |
PageName | Name of tab (e.g. item1234) |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Changes in WebFront, that is reassigned to the configurator with the ID InstanceID, to the tab with the ID PageName.
Example
WFC_SwitchPage(12345, "item1234");