MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.registerForSubmit Method

See Also
 





Registers an onsubmit handler for the Diagram's parent html form to flush postback data.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function registerForSubmit (id)

 Parameters

id

The id of the hidden field to flush the data to.

 See Also