Wijmo UI for the Web
options type
wijmo.appview.wijappview Namespace : options type
Inheritance Hierarchy

Object
   wijmo.appview.wijappview.options

Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)Creates an instance of the AppView.  
public Fieldstatic (Shared in Visual Basic)Disables the AppView.  
public Fieldstatic (Shared in Visual Basic)

Determines the page load settings so that you can customize the way pages are downloaded.

Type: wijmo.appview.ILoadSettings object

Default:

{
    type: "GET",
    data: undefined,
    showLoadMsg: false
}
 
public Fieldstatic (Shared in Visual Basic)

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"

 
Top
Events
 NameDescription
public EventFires before the current page is changed  
public EventFires before a page is loaded  
public EventFires after a page is changed  
public EventFires when a page change is failed  
public EventFires after a page is loaded  
public EventFires when a page load is failed  
Top
See Also

Reference

wijmo.appview.wijappview Namespace