Search
Ruler.registerForSubmit Method
See Also
 





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

Namespace: MindFusion.Diagramming
File: Ruler.js

 Syntax

JavaScript  Copy Code

function registerForSubmit (id)

 Parameters

id

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

 See Also