Wijmo UI for the Web
urlParamName Field
wijmo.appview.wijappview Namespace > options type : urlParamName Field

The name of the query string parameter used for the current page URL in document.location. This is changed only rarely.

Type: String

Default: "appviewpage"

Syntax
var value; // Type: string
value = wijmo.appview.wijappview.options.urlParamName;
var urlParamName : string;
Example
$("#appview").wijappview({
    urlParamName: "Page"
});
See Also

Reference

options type