wijmo.lightbox.wijlightbox Namespace > options type : showControlsOnHover Option |
Default value: true
Determines whether to display the control buttons only when hovering the mouse over the content.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijlightbox("option", "showControlsOnHover"); // Set value var newValue; // Type: boolean $(".selector").wijlightbox("option", "showControlsOnHover", newValue); }); |
Javascript (Specification) | |
---|---|
var showControlsOnHover : boolean; |
$("#id").wijlightbox({ showControlsOnHover: false });