MindFusion.UI for WebForms Programmer's Guide

DatePicker.set_submitOnEnter Method

See Also
 



Sets a value indicating whether the control should submit the form on pressing the Enter key.

Namespace: MindFusion.UI.Web
Assembly: DatePicker.js

 Syntax

JavaScript  Copy Code

function set_submitOnEnter (value)

 Parameters

value

Type: Boolean
True if the control should submit the form on pressing Enter, otherwise false.

 See Also