wijmo.dialog.wijdialog Namespace > options type : position Option |
Specifies where the dialog should be displayed. The dialog will handle collisions such that as much of the dialog is visible as possible.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijdialog("option", "position"); // Set value var newValue; // Type: any $(".selector").wijdialog("option", "position", newValue); }); |
Javascript (Specification) | |
---|---|
|