jQuery.wijmo Namespace : wijappview type |
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) | |
---|---|
|
Object
jQuery.wijmo.wijappview
Name | Description | |
---|---|---|
wijappview Constructor |
Name | Description | |
---|---|---|
widgetBaseClass |
Name | Description | |
---|---|---|
activePage | Current active appview page DOM element | |
changePage | Change current appview page | |
destroy | ||
disable | ||
enable | ||
enhance | ||
enhanceWithin | ||
loadPage | Load an appview page | |
option | ||
raise | ||
widget | 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 |