Version 0.99.5
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Eliomduce:A module to generate pages using OCamlducesig..end
Eliompredefmod.SubXhtml for Eliomduce. Use Eliomduce.Xml or Eliomduce.Xmllist instead.module Xhtml:Eliompredefmod.ELIOMSIGwith type page = htmland type form_content_elt = form_contentand type form_content_elt_list = {{ [ form_content* ] }}and type uri = stringand type a_content_elt = a_contentand type a_content_elt_list = {{ [ a_content* ] }}and type div_content_elt = flowsand type div_content_elt_list = {{ [ flows* ] }}and type a_elt = aand type a_elt_list = {{ [ a* ] }}and type form_elt = formand type textarea_elt = textareaand type select_elt = selectand type input_elt = inputand type link_elt = linkand type script_elt = scriptand type pcdata_elt = {{ [ PCDATA ] }}and type a_attrib_t = a_attrsand type form_attrib_t = {{ attrs ++ { accept-charset=?String accept=?String onreset=?String onsubmit=?String enctype=?String } }}and type input_attrib_t = input_attrsand type textarea_attrib_t = {{ attrs ++ focus ++ { onchange=?String onselect=?String readonly=?"readonly" disabled=?"disabled" name=?String } }}and type select_attrib_t = select_attrsand type link_attrib_t = link_attrsand type script_attrib_t = {{ id ++ { defer=?"defer" src=?String charset=?String } }}and type input_type_t = input_type_valuesand type option_attrib_t = option_attrs
module Xml:Eliompredefmod.ELIOMSIGwith type page = Ocamlduce.Load.anyxmland type form_content_elt = form_contentand type form_content_elt_list = {{ [ form_content* ] }}and type uri = stringand type a_content_elt = a_contentand type a_content_elt_list = {{ [ a_content* ] }}and type div_content_elt = flowsand type div_content_elt_list = {{ [ flows* ] }}and type a_elt = aand type a_elt_list = {{ [ a* ] }}and type form_elt = formand type textarea_elt = textareaand type select_elt = selectand type input_elt = inputand type link_elt = linkand type script_elt = scriptand type pcdata_elt = {{ [ PCDATA ] }}and type a_attrib_t = a_attrsand type form_attrib_t = {{ attrs ++ { accept-charset=?String accept=?String onreset=?String onsubmit=?String enctype=?String } }}and type input_attrib_t = input_attrsand type textarea_attrib_t = {{ attrs ++ focus ++ { onchange=?String onselect=?String readonly=?"readonly" disabled=?"disabled" name=?String } }}and type select_attrib_t = select_attrsand type link_attrib_t = link_attrsand type script_attrib_t = {{ id ++ { defer=?"defer" src=?String charset=?String } }}and type input_type_t = input_type_values
module Xmllist:Eliompredefmod.ELIOMSIGwith type page = Ocamlduce.Load.anyxml listand type form_content_elt = form_contentand type form_content_elt_list = {{ [ form_content* ] }}and type uri = stringand type a_content_elt = a_contentand type a_content_elt_list = {{ [ a_content* ] }}and type div_content_elt = flowsand type div_content_elt_list = {{ [ flows* ] }}and type a_elt = aand type a_elt_list = {{ [ a* ] }}and type form_elt = formand type textarea_elt = textareaand type select_elt = selectand type input_elt = inputand type link_elt = linkand type script_elt = scriptand type pcdata_elt = {{ [ PCDATA ] }}and type a_attrib_t = a_attrsand type form_attrib_t = {{ attrs ++ { accept-charset=?String accept=?String onreset=?String onsubmit=?String enctype=?String } }}and type input_attrib_t = input_attrsand type textarea_attrib_t = {{ attrs ++ focus ++ { onchange=?String onselect=?String readonly=?"readonly" disabled=?"disabled" name=?String } }}and type select_attrib_t = select_attrsand type link_attrib_t = link_attrsand type script_attrib_t = {{ id ++ { defer=?"defer" src=?String charset=?String } }}and type input_type_t = input_type_values
module Blocks:Eliompredefmod.ELIOMSIGwith type page = blocksand type form_content_elt = form_contentand type form_content_elt_list = {{ [ form_content* ] }}and type uri = stringand type a_content_elt = a_contentand type a_content_elt_list = {{ [ a_content* ] }}and type div_content_elt = flowsand type div_content_elt_list = {{ [ flows* ] }}and type a_elt = aand type a_elt_list = {{ [ a* ] }}and type form_elt = formand type textarea_elt = textareaand type select_elt = selectand type input_elt = inputand type link_elt = linkand type script_elt = scriptand type pcdata_elt = {{ [ PCDATA ] }}and type a_attrib_t = a_attrsand type form_attrib_t = {{ attrs ++ { accept-charset=?String accept=?String onreset=?String onsubmit=?String enctype=?String } }}and type input_attrib_t = input_attrsand type textarea_attrib_t = {{ attrs ++ focus ++ { onchange=?String onselect=?String readonly=?"readonly" disabled=?"disabled" name=?String } }}and type select_attrib_t = select_attrsand type link_attrib_t = link_attrsand type script_attrib_t = {{ id ++ { defer=?"defer" src=?String charset=?String } }}and type input_type_t = input_type_values
blocks (subtype of xhtml)module SubXhtml: