Wijmo UI for the Web
refresh Method
The event that fires the refresh the checkbox.
Use the refresh method to set the checkbox element's style.
Syntax
Javascript (Usage) 
$(function () {
    
          var options; // Type:  wijmo.checkbox.wijcheckbox.options
    
          // Create a new wijcheckbox widget
          $(".selector").wijcheckbox(options);
    
          // Get a previously created wijcheckbox widget instance
          var widgetInstance; // Type:  wijmo.checkbox.wijcheckbox
          widgetInstance = $(".selector").data("");
    
          var value; // Type:  any
    // Parameters
    var e; // Type:  object
    
    value = widgetInstance.refresh(e);
});
Javascript (Specification) 
function refresh( 
   e : object
) : any;

Parameters

e
The event that fires the refresh the checkbox.
Browser Compatibility
7
5
5

See Also

Reference

wijcheckbox type
wijcheckbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.