wijmo.lightbox.wijlightbox Namespace > options type : ctrlButtons Option |
Default value: ""
Determines the visibility of the control buttons. Possible values are: 'play', 'stop' separated by '|'.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijlightbox("option", "ctrlButtons"); // Set value var newValue; // Type: string $(".selector").wijlightbox("option", "ctrlButtons", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ ctrlButtons: 'play|stop' });