addRemoteTrigger
Allows remote execution of a script inside of a CustomPanel through the RossTalk GPI command. The function can be removed by calling close on the object returned.
Syntax
ogscript.addRemoteTrigger (trigger, function);
Parameters
Parameter |
Type |
Required |
Description |
Trigger |
String |
Yes |
String that triggers the specified function to execute. |
Function |
String |
Yes |
The function to execute, including its parameters (if any). |
Returns
Returnsan object that contains one function named close. When executed,close removes the function.
Example
Coming soon.