eliom.client
Html.C
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.
eliom.ocamlbuild
eliom.ppx
eliom.server
monitor
monitor_start
ppx_client
ppx_server
ppx_type
ppx_utils
val 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 >>.
init
<<a_manual chapter="clientserver-html" fragment="inject" | Dom & Client-values >>
val attr : ?init:'a attrib -> 'a attrib Eliom_client_value.t -> 'a attrib