Version

setAbsPos Method

Sets location. Internal use only.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setAbsPos( 
   x : String,
   y : String,
   center : Boolean,
   scroll : Boolean,
   modal : Boolean,
   max : 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