* allowNegative - (*boolean*) if *true*, AND the element is not a descendent of an element that is positioned (relative or absolute), then the position will not allow negative values.
that's from the docs of Element.Position (which Fx.Move references).
What's not there is that false is the default. I've added that.
On Fri, Nov 6, 2009 at 9:45 AM, Trevor Orr
<[hidden email]> wrote:
great thanks, this is not documented would be nice to have that in the docs.
On Fri, Nov 6, 2009 at 9:14 AM, Aaron Newton
<[hidden email]> wrote:
yes, but it defaults to not do this. you have to specify allowNegative = true when the relativeTo is the document.body (the default)
On Fri, Nov 6, 2009 at 7:34 AM, Trevor Orr
<[hidden email]> wrote:
Can Fx.Move move the specified element to negative coordinates off the left or top of the browser window?