Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setAbsPos Method
Sets location. Internal use only.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setAbsPos(
: String,
: String,
: Boolean,
: Boolean,
: Boolean,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfDialogMoveBehavior.setAbsPos(String,String,Boolean,Boolean,Boolean,Boolean); |
Parameters
- x
- Left edge in units.
- y
- Top edge in units.
- center
- True: centered.
- scroll
- Request to scroll.
- modal
- Modal dialog.
- max
- Dialog maximized.
See Also