Documentation
OpenObjectButton
Require: IP-Symcon >= 5.3
A button that opens an object when pressed. The instance configurator is opened for an instance and the script editor for a script. For all other object types, the edit dialog is opened in the object tree.
Parameters
Parameters | Description |
---|---|
caption | Visible caption of the button |
enabled (optional) | (default: true) If true, the button can be used, otherwise it is displayed as deactivated |
name (optional) | Name of the button |
objectID | ID of the object to be opened |
type | OpenObjectButton |
visible (optional) | (default: true) If true, the button is visible, otherwise it is invisible |
width (optional) | Fixed width of the button in pixels or % as a string, e.g. "40%" or "250px". If the value is not set or "", the width is automatically selected based on the caption |
Example
{ "type": "OpenObjectButton", "caption": "To the Connect Control", "objectID": 42563 }