Wijmo UI for the Web
wijappview jQuery Widget
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() : any;
Browser Compatibility
8
5
5
Options
 NameDescription
public Optioncreate  
public Optiondisabled  
public OptionloadSettings

Type: wijmo.appview.ILoadSettings

Settings used to load appview pages

 
public OptionurlParamName

Default value: 'appviewpage'

Name of a parameter in a URL that specifies current appview page address

 
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

wijappview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.