package eliom

  1. Overview
  2. Docs
On This Page
  1. Content injection
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Html.CSource

Creation of HTML5 content from client-side values. This module is available on client side only to make possible to use C-nodes in shared sections.

Content injection

Sourceval node : ?init:'a D.elt -> 'a elt Eliom_client_value.t -> 'a D.elt

Those two functions are the identity on client-side (the init argument is ignored). See Eliom manual for more detail on <<a_manual chapter="clientserver-html" fragment="inject" | Dom & Client-values >>.

Sourceval attr : ?init:'a attrib -> 'a attrib Eliom_client_value.t -> 'a attrib
OCaml

Innovation. Community. Security.