[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
Generic function to add an event handler to any DOM element. $Horde: horde/js/addEvent.php,v 1.1.2.2 2006/01/01 21:29:02 jan Exp $
Poids: | 49 lignes (1 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
addEvent(element, event, code) X-Ref |
Adds the given event to an element. If the element already has handlers for the event, the new event is appended. param: object element The element to add the event to. param: string event The name of the event. param: string|function function The javascript to execute. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |