in partnership with mediatemple

Show
Ignore:
Timestamp:
05/05/08 10:36:32 (1 week ago)
Author:
JanK
Message:
  • Class events should now be used without their on prefix, i.e. addEvent('onChainComplete', fn) becomes addEvent('chainComplete'). If you want to add events in the options you need to prefix them with 'on' now ('foo' -> 'onFoo').

Note: This is not a breaking change.

- other minor optimizations and doc fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Docs/Plugins/Sortables.md

    r1544 r1546  
    2222### Events: 
    2323 
    24 * onStart    - function executed when the item starts dragging 
    25 * onSort     - function executed when the item is inserted into a new place in one of the lists 
    26 * onComplete - function executed when the item ends dragging 
     24* 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 
    2727 
    2828### Examples: