Library
  1. Working with forms
  2. Form events and event handlers
  3. Form event handler response types
  4. Send Web Container Message response type

Send Web Container Message response type

Event handlers with the Send Web Container Message response type are used to allow communication between the main client application web frame and any child web frames. Specify the message type and the JSON message that describe the information to be passed from the main frame to the child.

Related topics
  • Event Handler Parameters - Edit Message To Web Container
  • Form event handler response types