jQuery.wijmo.wijgallery Namespace > options type : mode Field |
Default value: 'img'
Determines the display mode of the gallery. Possible values: "img", "iframe", "swf", "flv"
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgallery.options.mode; |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ mode: "swf" });