Scroll to navigation

Eliom_content.Svg(3o) Eliom_content.Svg(3o)

NAME

Eliom_content.Svg - Building valid SVG .

Module

Module Eliom_content.Svg

Documentation

Module Svg
: sig end
Building valid SVG .
type +'a elt
See the Eliom manual for more information on for HTML5 tree manipulated by client/server application.
type +'a attrib
type uri = Eliom_content.Xml.uri
module F : sig end
Creation of functional content (copy-able but not referable).
See
=== Event handlers ===
=== Redefine event handler attributes to simplify their usage. ===
module D : sig end
Creation of content with DOM semantics (referable
See
=== Event handlers ===
=== Redefine event handler attributes to simplify their usage. ===
module R : sig end
Creation of reactive content
=== Event handlers ===
=== Redefine event handler attributes to simplify their usage. ===
module C : sig end
Creation of content from client-side values.
module Id : sig end
Node identifiers
module Manip : sig end
DOM-like manipulation functions.
In this module, all the functions apply only to SVG element with .
module To_dom : sig end
Conversion from Svg elt s to Javascript DOM elements ( <: ). One conversion function per source type (stressed by the of_ prefix).
module Of_dom : sig end
Conversion functions from DOM nodes ( ) to Eliom nodes ().
2014-07-10 OCamldoc