wijmo.checkbox Namespace : wijcheckbox type |
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(""); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.checkbox.wijcheckbox
Name | Description | |
---|---|---|
wijcheckbox Constructor |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
refresh | Use the refresh method to set the checkbox element's style. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |