Wijmo UI for the Web
status Method
wijmo.evcal Namespace > wijevcal type : status Method
The new status text.
Changes status label text.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var txt; // Type:  string
    
    returnsValue = $(".selector").wijevcal("status", txt);
});
function status( 
   txt : string
) : any;

Parameters

txt
The new status text.
See Also

Reference

wijevcal type
wijevcal jQuery Widget