Wijmo UI for the Web
mode Option
wijmo.gallery.wijgallery Namespace > options type : mode Option

Default value: 'img'

Determines the display mode of the gallery. Possible values: "img", "iframe", "swf", "flv"

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "mode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "mode", newValue);
        
});
var mode : string;
Example
$("#id").wijgallery({  mode: "swf" });
See Also

Reference

options type
wijgallery jQuery Widget