Skip to content

Commit

Permalink
adding a little detail to the element position docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Nov 6, 2009
1 parent b1fb436 commit b093658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Element/Element.Position.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Sets the location of an element relative to another (defaults to the document bo
* relFixedPosition - (*boolean*) *true*: adds the scroll position of the window to the location to account for a fixed position relativeTo item; defaults to *false*
* ignoreMargins - (*boolean*) you can have the position calculate the offsets added margins if you like; defaults to *false*. If *true*, the corner of the element will be used EXCLUDING the margin.
* ignoreScroll - (*boolean*) if *true*, the scroll offset of the parent is ignored. defaults to *false*.
* 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.
* allowNegative - (*boolean*) if *true* (the default), AND the element is not a descendent of an element that is positioned (relative or absolute), then the position will not allow negative values.
* minimum - (*object*) *x* and *y* values (*integers*) for hard minimum limits on the position. Unlike allowNegative, these are not conditional; if you give zero values for the x/y values, they will be obeyed regardless of any other setting.
* maximum - (*object*) *x* and *y* values (*integers*) for hard maximum limits on the position.

Expand Down

0 comments on commit b093658

Please sign in to comment.