wijmo.gallery.wijgallery Namespace > options type : flashParams Option |
A hash object that contains parameters for flash object.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijgallery("option", "flashParams"); // Set value var newValue; // Type: object $(".selector").wijgallery("option", "flashParams", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ flashParams: { allowfullscreen: false } });