Module Eliom_content.Html5.C

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