Wijmo UI for the Web
hideEnter Option

Default value: false

If true, then the browser response is disabled when the ENTER key is pressed.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.