Wijmo UI for the Web
showControlsOnHover Option
wijmo.gallery.wijgallery Namespace > options type : showControlsOnHover Option

Default value: true

Determines whether the controls should be shown after the dom element is created or hovered on.

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

Reference

options type
wijgallery jQuery Widget