Wijmo UI for the Web
wijappview type
wijmo.appview Namespace : wijappview type
The wijappview widget is for use in jQuery Mobile apps as a container UI with a menu to the left, and a content page to the right.
Syntax
var instance = new wijmo.appview.wijappview();
function wijappview;
Inheritance Hierarchy

Object
      wijmo.appview.wijappview

Constructors
 NameDescription
public Constructor  
Top
Fields
 NameDescription
public Field  
Top
Methods
 NameDescription
public MethodReturns the current appviewpage.  
public Method

Switches to the specified page.

Parameters:

  • toPage (string) : The URL or data-role=wijappview element to which to change. If you use a relative URL, the current appviewpage URL is used as the base URL.
  • options (loadSettings object): The settings to use in loading the page.
 
public Method  
public Method

Loads the specified appviewpage by URL.

Parameters:

  • url (string): The absolute or relative URL to load. If you use a relative URL, the current appviewpage URL is used as the base URL.
  • options (loadSettings object): The settings to use in loading the page.

Returns: a $.Deferred object

 
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.appview Namespace