- Timestamp:
- 05/07/08 12:28:56 (6 days ago)
- Files:
-
- 1 modified
-
trunk/Docs/Plugins/Sortables.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Docs/Plugins/Sortables.md
r1546 r1547 77 77 78 78 79 Sortables Method: detach {#Sortables:detach}80 --------------------------------------------81 82 Detaches the mouse listener from all the handles, disabling sorting.83 84 ### Syntax:85 86 mySortables.detach();87 88 ### Returns:89 90 * (*object*) This Sortables instance.91 92 93 94 79 Sortables Method: addItems {#Sortables:addItems} 95 80 ------------------------------------------------