wijmo.evcal Namespace > wijevcal type : status Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var txt; // Type: string returnsValue = $(".selector").wijevcal("status", txt); }); |
Javascript (Specification) | |
---|---|
function status( txt : string ) : any; |