Scroll to navigation

Eliom_content.Html5.C(3o) Eliom_content.Html5.C(3o)

NAME

Eliom_content.Html5.C - Creation of HTML5 content from client-side values.

Module

Module Eliom_content.Html5.C

Documentation

Module C
: sig end
Creation of HTML5 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).
=== Content injection ===
val node : ?init:'a Eliom_content.Html5.elt -> 'a Eliom_content.Html5.elt Eliom_lib.client_value -> 'a Eliom_content.Html5.elt
See Eliom manual for more detail on .
val attr : ?init:'a Eliom_content.Html5.attrib -> 'a Eliom_content.Html5.attrib Eliom_lib.client_value -> 'a Eliom_content.Html5.attrib
2014-07-10 OCamldoc