jQuery.wijmo.wijlightbox Namespace > options type : showControlsOnHover Field |
Default value: true
Determines whether to display the control buttons only when hovering the mouse over the content.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlightbox.options.showControlsOnHover; |
Javascript (Specification) | |
---|---|
var showControlsOnHover : boolean; |
$("#id").wijlightbox({ showControlsOnHover: false });