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