Scroll to navigation

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

NAME

Eliom_content.Svg - Building and pretty-printing valid SVG tree.

Module

Module Eliom_content.Svg

Documentation

Module Svg
: sig end
Building and pretty-printing valid SVG tree. Information about Svg api can be found at
type +'a elt
See the Eliom manual for more information on for SVG tree manipulated by client/server application.
type +'a attrib
type 'a wrap = 'a
type uri = Eliom_content.Xml.uri
module F : sig end
Typed interface for building valid SVG tree (functional semantics). See .
=== Event handlers ===
=== Redefine event handler attributes to simplify their usage. ===
module D : sig end
Typed interface for building valid SVG tree (DOM semantics). See .
=== Event handlers ===
=== Redefine event handler attributes to simplify their usage. ===
module C : sig end
Creation of content from client-side values. This makes possible to insert in server side generated pages some nodes that will be computed on client side (for example reactive nodes).
module Id : sig end
Node identifiers.
module Printer : sig end
SVG printer. See .
2014-07-10 OCamldoc