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

    r1505 r1546  
    3333 
    3434 
    35 Slider Event: onChange {#Slider:onChange} 
     35Slider Event: change {#Slider:change} 
    3636----------------------------------------- 
    3737 
     
    4848 
    4949 
    50 Slider Event: onComplete {#Slider:onComplete} 
     50Slider Event: onComplete {#Slider:complete} 
    5151--------------------------------------------- 
    5252 
     
    6363 
    6464 
    65 Slider Event: onTick {#Slider:onTick} 
     65Slider Event: tick {#Slider:tick} 
    6666------------------------------------- 
    6767 
    68 * (*function*) Fires when the user drags the knob. This Event can be overriden to alter the onTick behavior. 
     68* (*function*) Fires when the user drags the knob. This Event can be overriden to alter the tick behavior. 
    6969 
    7070### Signature: 
     
    7878### Notes: 
    7979 
    80 - Slider originally uses the onTick event to set the style of the knob to a new position. 
     80- Slider originally uses the 'tick' event to set the style of the knob to a new position. 
    8181 
    8282### Returns: