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/Accordion.md

    r1516 r1546  
    4141## Events: 
    4242 
    43 ### onActive 
     43### active 
    4444 
    4545* (*function*) Function to execute when an element starts to show. 
     
    54542. element - (*element*) The Element being displayed. 
    5555 
    56 ### onBackground 
     56### background 
    5757 
    5858* (*function*) Function to execute when an element starts to hide.