Wijmo UI for the Web
control Option
wijmo.carousel.wijcarousel Namespace > options type : control Option

Default value: ""

Determines the innerHtml of the custom control.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcarousel("option", "control");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcarousel("option", "control", newValue);
        
});
var control : string;
Example
$("#element").wijcarousel( { control: "<div>Blah</div>" } );
See Also

Reference

options type
wijcarousel jQuery Widget