Wijmo UI for the Web
valueRequired Option

Default value: false

A value indicating whether null value is allowed during editing.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").c1field("option", "valueRequired");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").c1field("option", "valueRequired", newValue);
        
});
Javascript (Specification) 
var valueRequired : bool;
Example
$("#element").wijgrid({ columns: [{ valueRequired: false }]});
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.