Wijmo UI for the Web
loadingText Option

Default value: 'Loading...'

Determines the text to be displayed when the grid is loading.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "loadingText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "loadingText", newValue);
        
});
Javascript (Specification) 
var loadingText : string;
Example
$("#element").wijgrid({ loadingText: "Loading..."});
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.