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

Default value: ""

Determines the visibility of the control buttons. Possible values are: 'play', 'stop' separated by '|'.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "ctrlButtons");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "ctrlButtons", newValue);
        
});
var ctrlButtons : string;
Example
$("#id").wijlightbox({
     ctrlButtons: 'play|stop'
 });
See Also

Reference

options type
wijlightbox jQuery Widget