var b=this._super,c=this._superApply,f;return this._super=a,this._superApply=d,f=e.apply(this,arguments),this._super=b,this._superApply=c,f
Syntax
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");
var value; // Type: any
value = widgetInstance.widget();
});
|
Javascript (Specification) | |
---|
function widget() : any;
|
Browser Compatibility
See Also
Reference
wijappview type
wijappview jQuery Widget