package eliom

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

Module Eliom_content.SvgSource

Building valid SVG .

See the Eliom manual for more information on <<a_manual chapter="clientserver-html" fragment="unique"| dom semantics vs. functional semantics>> for HTML5 tree manipulated by client/server application.

Sourcetype +'a elt
Sourcetype +'a attrib
Sourcetype uri = Xml.uri
Sourcemodule F : sig ... end

Creation of functional content (copy-able but not referable).

Sourcemodule D : sig ... end

Creation of content with DOM semantics (referable

Sourcemodule R : sig ... end

Creation of reactive content

Sourcemodule C : sig ... end

Creation of content from client-side values.

Sourcemodule Id : sig ... end

Node identifiers

Sourcemodule Manip : sig ... end

DOM-like manipulation functions.

Sourcemodule To_dom : sig ... end

Conversion from Svg elts to Javascript DOM elements (<: <<a_api project="js_of_ocaml"| class Js_of_ocaml.Dom_html.element >> ). One conversion function per source type (stressed by the of_ prefix).

Sourcemodule Of_dom : sig ... end

Conversion functions from DOM nodes ( <<a_api project="js_of_ocaml"| type Js_of_ocaml.Dom_html.element>> <<a_api project="js_of_ocaml"| type Js_of_ocaml.Js.t>> ) to Eliom nodes ( <<a_api | type Eliom_content.Html.elt>> ).

OCaml

Innovation. Community. Security.