Documentation
WFC_OpenCategory
Require: IP-Symcon >= 4.1
boolean WFC_OpenCategory (int $InstanceID, int $CategoryID)
Parameters
InstanceID | ID of the WebFront visualization |
CategoryID | Category ID |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Opens the category with the ID CategoryID as a popup. All sub-objects of the category are displayed in the popup.
For security reasons, the category to be opened must be available within the WebFront. If this is not the case, the category cannot be displayed.
Example
WFC_OpenCategory(12345, 45678);