Search
Control.registerForSubmit Method
See Also
 





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

Namespace: MindFusion.Controls
File: Control.js

 Syntax

JavaScript  Copy Code

function registerForSubmit (id)

 Parameters

id

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

 See Also