MindFusion.UI for WebForms Programmer's Guide

DatePicker.get_submitOnEnter Method

See Also
 



Gets a value indicating whether the control will submit the form on pressing the Enter key.

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

 Syntax

JavaScript  Copy Code

function get_submitOnEnter ()

 Return Value

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

 See Also