jQuery.wijmo.wijpopup Namespace > options type : position Field |
Options for positioning the element, please see jquery.ui.position for possible options.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijpopup.options.position; |
Javascript (Specification) | |
---|---|
|
// positioning the element, located on "#TextBox1" and up offset is 4 $(".selector").wijpopup({ position:{ of: $('#TextBox1'), offset: '0 4' }});