Wijmo UI for the Web
visible Option

Default value: true

A value indicating whether column is visible.

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

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.