Wijmo UI for the Web
enable Method
Syntax
Javascript (Usage) 
$(function () {
    
          var options; // Type:  jQuery.wijmo.wijlistview.options
    
          // Create a new wijlistview widget
          $(".selector").wijlistview(options);
    
          // Get a previously created wijlistview widget instance
          var widgetInstance; // Type:  jQuery.wijmo.wijlistview
          widgetInstance = $(".selector").data("wijmo-wijlistview");
    
          var value; // Type:  any
    value = widgetInstance.enable();
});
Javascript (Specification) 
function enable() : any;
Browser Compatibility
8
5
5

See Also

Reference

wijlistview type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.