Wijmo UI for the Web
footerText Option

Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").c1band("option", "footerText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").c1band("option", "footerText", newValue);
        
});
Javascript (Specification) 
var footerText : string;
Example
$("#element").wijgrid({ columns: [{ footerText: "footer" }]});
Remarks
If the value is undefined the footer text will be determined automatically depending on the type of the datasource: DOM table - text in the footer cell.
Browser Compatibility
7
5
5

See Also

Reference

options type
c1band jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.