wijmo.input.wijinputdate Namespace > options type : hideEnter Option |
Default value: false
If true, then the browser response is disabled when the ENTER key is pressed.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputdate("option", "hideEnter"); // Set value var newValue; // Type: boolean $(".selector").wijinputdate("option", "hideEnter", newValue); }); |
Javascript (Specification) | |
---|---|
var hideEnter : boolean; |