jQuery.wijmo.wijgallery Namespace > options type : showControls Field |
Default value: false
Determines whether the custom control should be shown.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijgallery.options.showControls; |
Javascript (Specification) | |
---|---|
var showControls : boolean; |
$("#element").wijgallery( { showControls: true } );