Wijmo UI for the Web
position Field

Specifies where the dialog should be displayed. The dialog will handle collisions such that as much of the dialog is visible as possible.

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijdialog.options.position;
Javascript (Specification) 
var position : any;
Remarks
Multiple types supported: Object: Identifies the position of the dialog when opened. The of option defaults to the window, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options. String: A string representing the position within the viewport. Possible values: "center", "left", "right", "top", "bottom". Array: An array containing an x, y coordinate pair in pixel offset from the top left corner of the viewport or the name of a possible string value.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.