Wijmo UI for the Web
wijappview type
Syntax
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) 
function wijappview;
Inheritance Hierarchy

Object
   jQuery.wijmo.wijappview

Browser Compatibility
8
5
5
Constructors
 NameDescription
public Constructorwijappview Constructor  
Top
Fields
 NameDescription
public FieldwidgetBaseClass  
Top
Methods
 NameDescription
public MethodactivePageCurrent active appview page DOM element  
public MethodchangePageChange current appview page  
public Methoddestroy  
public Methoddisable  
public Methodenable  
public Methodenhance  
public MethodenhanceWithin  
public MethodloadPageLoad an appview page  
public Methodoption  
public Methodraise  
public Methodwidgetvar 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  
Top
See Also

Reference

jQuery.wijmo Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.