jQuery.wijmo Namespace > wijappview type : wijappview Constructor |
Javascript (Usage) | |
---|---|
$(function () { var options; // Type: jQuery.wijmo.wijappview.options // Create a new wijappview widget $(".selector").wijappview(options); // Get a previously created wijappview widget instance var widgetInstance; // Type: jQuery.wijmo.wijappview widgetInstance = $(".selector").data("wijmo-wijappview"); }); |
Javascript (Specification) | |
---|---|
function wijappview() : wijappview; |