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

Parameters

txt
The new status text.
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.