wijmo.lightbox.wijlightbox Namespace > options type : position Option |
Determines the pop-up position of content window. Please see jquery.ui.position for possible options.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijlightbox("option", "position"); // Set value var newValue; // Type: object $(".selector").wijlightbox("option", "position", newValue); }); |
Javascript (Specification) | |
---|---|
|