var value; // Type: ILoadSettings value = wijmo.appview.wijappview.options.loadSettings;
var loadSettings : ILoadSettings;
Determines the page load settings so that you can customize the way pages are downloaded.
Default:
{ type: "GET", data: undefined, showLoadMsg: false }
var value; // Type: ILoadSettings value = wijmo.appview.wijappview.options.loadSettings;
var loadSettings : ILoadSettings;
$("#appview").wijappview({ loadSettings: { type: "post", showLoadMsg: true } });