Wijmo UI for the Web
enable Method
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");
    
          var value; // Type:  any
    value = widgetInstance.enable();
});
Javascript (Specification) 
function enable() : any;
Browser Compatibility
8
5
5

See Also

Reference

wijappview type
wijappview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.