package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Html.To_domSource

Sourcetype 'a elt = 'a F.elt
Sourceval of_pcdata : [< Html_types.pcdata ] elt -> Js_of_ocaml.Dom.text Js_of_ocaml.Js.t
Sourceval of_html : [< Html_types.html ] elt -> Js_of_ocaml.Dom_html.htmlElement Js_of_ocaml.Js.t
Sourceval of_head : [< Html_types.head ] elt -> Js_of_ocaml.Dom_html.headElement Js_of_ocaml.Js.t
Sourceval of_title : [< Html_types.title ] elt -> Js_of_ocaml.Dom_html.titleElement Js_of_ocaml.Js.t
Sourceval of_meta : [< Html_types.meta ] elt -> Js_of_ocaml.Dom_html.metaElement Js_of_ocaml.Js.t
Sourceval of_base : [< Html_types.base ] elt -> Js_of_ocaml.Dom_html.baseElement Js_of_ocaml.Js.t
Sourceval of_style : [< Html_types.style ] elt -> Js_of_ocaml.Dom_html.styleElement Js_of_ocaml.Js.t
Sourceval of_body : [< Html_types.body ] elt -> Js_of_ocaml.Dom_html.bodyElement Js_of_ocaml.Js.t
Sourceval of_form : [< Html_types.form ] elt -> Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t
Sourceval of_optgroup : [< Html_types.optgroup ] elt -> Js_of_ocaml.Dom_html.optGroupElement Js_of_ocaml.Js.t
Sourceval of_option : [< Html_types.selectoption ] elt -> Js_of_ocaml.Dom_html.optionElement Js_of_ocaml.Js.t
Sourceval of_select : [< Html_types.select ] elt -> Js_of_ocaml.Dom_html.selectElement Js_of_ocaml.Js.t
Sourceval of_input : [< Html_types.input ] elt -> Js_of_ocaml.Dom_html.inputElement Js_of_ocaml.Js.t
Sourceval of_textarea : [< Html_types.textarea ] elt -> Js_of_ocaml.Dom_html.textAreaElement Js_of_ocaml.Js.t
Sourceval of_button : [< Html_types.button ] elt -> Js_of_ocaml.Dom_html.buttonElement Js_of_ocaml.Js.t
Sourceval of_label : [< Html_types.label ] elt -> Js_of_ocaml.Dom_html.labelElement Js_of_ocaml.Js.t
Sourceval of_fieldset : [< Html_types.fieldset ] elt -> Js_of_ocaml.Dom_html.fieldSetElement Js_of_ocaml.Js.t
Sourceval of_legend : [< Html_types.legend ] elt -> Js_of_ocaml.Dom_html.legendElement Js_of_ocaml.Js.t
Sourceval of_details : [< Html_types.details ] elt -> Js_of_ocaml.Dom_html.detailsElement Js_of_ocaml.Js.t
Sourceval of_dialog : [< Html_types.dialog ] elt -> Js_of_ocaml.Dom_html.dialogElement Js_of_ocaml.Js.t
Sourceval of_div : [< Html_types.div ] elt -> Js_of_ocaml.Dom_html.divElement Js_of_ocaml.Js.t
Sourceval of_heading : [< Html_types.heading ] elt -> Js_of_ocaml.Dom_html.headingElement Js_of_ocaml.Js.t
Sourceval of_blockquote : [< Html_types.blockquote ] elt -> Js_of_ocaml.Dom_html.quoteElement Js_of_ocaml.Js.t
Sourceval of_pre : [< Html_types.pre ] elt -> Js_of_ocaml.Dom_html.preElement Js_of_ocaml.Js.t
Sourceval of_del : [< 'a Html_types.del ] elt -> Js_of_ocaml.Dom_html.modElement Js_of_ocaml.Js.t
Sourceval of_ins : [< 'a Html_types.ins ] elt -> Js_of_ocaml.Dom_html.modElement Js_of_ocaml.Js.t
Sourceval of_img : [< Html_types.img_interactive ] elt -> Js_of_ocaml.Dom_html.imageElement Js_of_ocaml.Js.t
Sourceval of_object : [< 'a Html_types.object_ ] elt -> Js_of_ocaml.Dom_html.objectElement Js_of_ocaml.Js.t
Sourceval of_param : [< Html_types.param ] elt -> Js_of_ocaml.Dom_html.paramElement Js_of_ocaml.Js.t
Sourceval of_area : [< Html_types.area ] elt -> Js_of_ocaml.Dom_html.areaElement Js_of_ocaml.Js.t
Sourceval of_map : [< 'a Html_types.map ] elt -> Js_of_ocaml.Dom_html.mapElement Js_of_ocaml.Js.t
Sourceval of_script : [< Html_types.script ] elt -> Js_of_ocaml.Dom_html.scriptElement Js_of_ocaml.Js.t
Sourceval of_caption : [< Html_types.caption ] elt -> Js_of_ocaml.Dom_html.tableCaptionElement Js_of_ocaml.Js.t
Sourceval of_table : [< Html_types.table ] elt -> Js_of_ocaml.Dom_html.tableElement Js_of_ocaml.Js.t
Sourceval of_canvas : [< 'a Html_types.canvas ] elt -> Js_of_ocaml.Dom_html.canvasElement Js_of_ocaml.Js.t
Sourceval of_iframe : [< Html_types.iframe ] elt -> Js_of_ocaml.Dom_html.iFrameElement Js_of_ocaml.Js.t
Sourceval of_audio : [< 'a Html_types.audio_interactive ] elt -> Js_of_ocaml.Dom_html.audioElement Js_of_ocaml.Js.t
Sourceval of_video : [< 'a Html_types.video_interactive ] elt -> Js_of_ocaml.Dom_html.videoElement Js_of_ocaml.Js.t
Sourceval of_abbr : [> Html_types.abbr ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_address : [> Html_types.address ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_article : [> Html_types.article ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_aside : [> Html_types.aside ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_bdo : [> Html_types.bdo ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_cite : [> Html_types.cite ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_code : [> Html_types.code ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_colgroup : [> Html_types.colgroup ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_command : [> Html_types.command ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_datalist : [> Html_types.datalist ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_dd : [> Html_types.dd ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_dfn : [> Html_types.dfn ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_dt : [> Html_types.dt ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_em : [> Html_types.em ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_embed : [> Html_types.embed ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_figcaption : [> Html_types.figcaption ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_figure : [> Html_types.figure ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_header : [> Html_types.header ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_hgroup : [> Html_types.hgroup ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_kbd : [> Html_types.kbd ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_keygen : [> Html_types.keygen ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_main : [> Html_types.main ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_mark : [> Html_types.mark ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_menu : [> Html_types.menu ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_meter : [> Html_types.meter ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_nav : [> Html_types.nav ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_noscript : [> Html_types.noscript ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_output : [> Html_types.output_elt ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_progress : [> Html_types.progress ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_rp : [> Html_types.rp ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_rt : [> Html_types.rt ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_ruby : [> Html_types.ruby ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_samp : [> Html_types.samp ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_section : [> Html_types.section ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_small : [> Html_types.small ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_source : [> Html_types.source ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_span : [> Html_types.span ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_strong : [> Html_types.strong ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_sub : [> Html_types.sub ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_summary : [> Html_types.summary ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_sup : [> Html_types.sup ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_th : [> Html_types.th ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_time : [> Html_types.time ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_var : [> Html_types.var ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval of_wbr : [> Html_types.wbr ] elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
OCaml

Innovation. Community. Security.