Prototype - Event extend() Method



This method extends event with all of the methods contained in Event.Methods.

Note that all events inside handlers that were registered using Event.observe or Element#observe will be extended automatically.

Syntax

Event.extend(event);

Return Value

None

Example

Not available at this moment.

prototype_event_handling.htm
Advertisements