DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

<callback>

Tag Data type Description
callback Object Creates a callback object
setCallback Default method Sets the callback method.
setReturn Method Sets the return data array.

<callback [attribute]> ... </callback>

Description
Creates a callback object.
Attribute
  • id = "myCallback"

Optional attribute but it is requested when using reference to this object. The reference will be "myCallback".

<setCallback attribute1 attribute2 />

Description

Sets the callback method.

Default callback method is provided, therefore calling this method is not required in general.

Attributes
  • functionName = "myFunction"

  • className = "myClass"

    Default callback method is provided, therefore calling this method is not required in general.

<setReturn attribute />

Description
Sets the return data array
Attribute
  • ref = "data#myData"

    Reference to the data array which will be used for returning values for the callback.