Wijmo UI for the Web
showControls Option
wijmo.gallery.wijgallery 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").wijgallery("option", "showControls");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijgallery("option", "showControls", newValue);
        
});
var showControls : boolean;
Example
$("#element").wijgallery( { showControls: true } );
See Also

Reference

options type
wijgallery jQuery Widget