Wijmo UI for the Web
showNavButtons Option
wijmo.lightbox.wijlightbox Namespace > options type : showNavButtons Option

Default value: true

Determines whether to display the navigation buttons.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlightbox("option", "showNavButtons");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlightbox("option", "showNavButtons", newValue);
        
});
var showNavButtons : boolean;
Example
$("#id").wijlightbox({
     showNavButtons: false
 });
See Also

Reference

options type
wijlightbox jQuery Widget