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

Default value: false

Determines whether the custom control should be shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcarousel("option", "showControls");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "showControls", newValue);
        
});
var showControls : boolean;
Example
$("#element").wijcarousel( { showControls: true } );
See Also

Reference

options type
wijcarousel jQuery Widget