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) | |
---|---|
|
Name | Description | |
---|---|---|
create | ||
disabled | ||
loadSettings | Settings used to load appview pages | |
urlParamName | Default value: 'appviewpage' Name of a parameter in a URL that specifies current appview page address |
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 |