Generic Click Manager
Defines a click manager implemented by a macro. The macro must implement the following interface:
Sub GenerateStream( oObject , oContext, sUserIn , oTextStream)
End Sub.
oObject is the MEGA Object on which the end user clicks on.
oContext is the execution context
sUserIn contains additional information that may help to define the action when the object is clicked.
oTextStream sends back:
- The JSON matching the command to be executed.
or
- The following JSON when the action is a set current action
{setCurrent : true}
If no click manager is defined the set current action is the default.
Translations
Products