Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:anutron/mootools-more
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Apr 10, 2009
2 parents d5b8f94 + 0f75f28 commit 26c9611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docs/Drag/Drag.Move.md
Expand Up @@ -29,6 +29,7 @@ All the base Drag options, plus:
* droppables - (*array*) The Elements that the draggable can drop into. The class's drop, enter, and leave events will be fired in conjunction with interaction with one of these elements.
* precalculate - (*boolean*; defaults to *false*) If *true*, the class will calculate the locations and dimensions of the droppables which will increase performance. If the droppables are likely to change shape, size, or location it is best to leave this as *false*.
* includeMargins - (*boolean*; defaults to *true*) This option only applies when the container option is set. If *true* (the default) the margins are included in the calculations for the bounding box of the draggable item. This means that if you have a margin on your draggable then the border of the draggable can never touch the edge of the container. Setting it to false ignores this margin.
* checkDroppables - (*boolean*; defaults to *true*) Checks against the droppables on drag if *true*.

### Events:

Expand Down

0 comments on commit 26c9611

Please sign in to comment.