postToolbarMessage Method

The toolbar calls this method to send messages from one toolbar to another. Fusion Service sends a payload message to all opened toolbars, except to the toolbar that has sent the message.

The parameters for this method as listed in the following table. The method has no return value.

Parameter

Description

messagePayload

Payload to be passed to the other toolbars.

callback

Method callback to inform the caller toolbar of the results.

The following table shows a list of member attributes of the response object. The object has no return value.

Member Attribute

Description

result

The server side running status. Result values are success or error.

error

Contains error message if the result value is an error. If not, then the value is undefined. For more information about error message codes, see Error Messages.