wijmo.input Namespace > Utility type : GetCssImageUrl Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.Utility(); var value; // Type: any // Parameters var url; // Type: any value = instance.GetCssImageUrl(url); |
Javascript (Specification) | |
---|---|
function GetCssImageUrl( url : any ) : any; |