package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Svg.Ev'Source

Parameters

module A : sig ... end

Signature

Sourceval a_onabort : string -> [> `OnAbort ] A.attrib
Sourceval a_onactivate : string -> [> `OnActivate ] A.attrib
Sourceval a_onbegin : string -> [> `OnBegin ] A.attrib
Sourceval a_onend : string -> [> `OnEnd ] A.attrib
Sourceval a_onerror : string -> [> `OnError ] A.attrib
Sourceval a_onfocusin : string -> [> `OnFocusIn ] A.attrib
Sourceval a_onfocusout : string -> [> `OnFocusOut ] A.attrib
Sourceval a_onload : string -> [> `OnLoad ] A.attrib
  • deprecated

    Removed in SVG2

Sourceval a_onrepeat : string -> [> `OnRepeat ] A.attrib
Sourceval a_onresize : string -> [> `OnResize ] A.attrib
Sourceval a_onscroll : string -> [> `OnScroll ] A.attrib
Sourceval a_onunload : string -> [> `OnUnload ] A.attrib
Sourceval a_onzoom : string -> [> `OnZoom ] A.attrib
Sourceval a_onclick : string -> [> `OnClick ] A.attrib
Sourceval a_onmousedown : string -> [> `OnMouseDown ] A.attrib
Sourceval a_onmouseup : string -> [> `OnMouseUp ] A.attrib
Sourceval a_onmouseover : string -> [> `OnMouseOver ] A.attrib
Sourceval a_onmouseout : string -> [> `OnMouseOut ] A.attrib
Sourceval a_onmousemove : string -> [> `OnMouseMove ] A.attrib
Sourceval a_ontouchstart : string -> [> `OnTouchStart ] A.attrib
Sourceval a_ontouchend : string -> [> `OnTouchEnd ] A.attrib
Sourceval a_ontouchmove : string -> [> `OnTouchMove ] A.attrib
Sourceval a_ontouchcancel : string -> [> `OnTouchCancel ] A.attrib
OCaml

Innovation. Community. Security.