Changeset 1546 for trunk/Docs/Plugins/Sortables.md
- Timestamp:
- 05/05/08 10:36:32 (1 week ago)
- Files:
-
- 1 modified
-
trunk/Docs/Plugins/Sortables.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Docs/Plugins/Sortables.md
r1544 r1546 22 22 ### Events: 23 23 24 * onStart - function executed when the item starts dragging25 * onSort - function executed when the item is inserted into a new place in one of the lists26 * onComplete - function executed when the item ends dragging24 * start - function executed when the item starts dragging 25 * sort - function executed when the item is inserted into a new place in one of the lists 26 * complete - function executed when the item ends dragging 27 27 28 28 ### Examples: