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