Wijmo UI for the Web
mode Option

Default value: 'img'

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "mode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "mode", newValue);
        
});
Javascript (Specification) 
var mode : string;
Example
$("#id").wijgallery({  mode: "swf" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.