jQuery.wijmo.wijlightbox Namespace > options type : showTimer Field |
Default value: false
Determines whether to display the time bar.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlightbox.options.showTimer; |
Javascript (Specification) | |
---|---|
var showTimer : boolean; |
$("#id").wijlightbox({ showTimer: true });