package eliom
Advanced client/server Web and mobile framework
Install
Dune Dependency
Authors
Maintainers
Sources
10.3.0.tar.gz
md5=36c211d19776e6362feb57a4913efc11
sha512=9d8d3aadbd2174fe4edeba9e535cfa8ed974db5e406f0a6e2669a71e208f459da7ca8060628f3f19957b7b1911083a373653abf7e5385bb16d2ccee4ba49e80a
doc/eliom.client/Eliom_content_core/Html/Of_dom/index.html
Module Html.Of_dom
Source
Conversion of Javascript DOM elements to HTML5 elts (with DOM semantics of course). One conversion function per source type (stressed by the of_
prefix).
Source
val of_title :
Js_of_ocaml.Dom_html.titleElement Js_of_ocaml.Js.t ->
[> Html_types.title ] elt
Source
val of_style :
Js_of_ocaml.Dom_html.styleElement Js_of_ocaml.Js.t ->
[> Html_types.style ] elt
Source
val of_optGroup :
Js_of_ocaml.Dom_html.optGroupElement Js_of_ocaml.Js.t ->
[> Html_types.optgroup ] elt
Source
val of_option :
Js_of_ocaml.Dom_html.optionElement Js_of_ocaml.Js.t ->
[> Html_types.selectoption ] elt
Source
val of_select :
Js_of_ocaml.Dom_html.selectElement Js_of_ocaml.Js.t ->
[> Html_types.select ] elt
Source
val of_input :
Js_of_ocaml.Dom_html.inputElement Js_of_ocaml.Js.t ->
[> Html_types.input ] elt
Source
val of_textArea :
Js_of_ocaml.Dom_html.textAreaElement Js_of_ocaml.Js.t ->
[> Html_types.textarea ] elt
Source
val of_button :
Js_of_ocaml.Dom_html.buttonElement Js_of_ocaml.Js.t ->
[> Html_types.button ] elt
Source
val of_label :
Js_of_ocaml.Dom_html.labelElement Js_of_ocaml.Js.t ->
[> Html_types.label ] elt
Source
val of_fieldSet :
Js_of_ocaml.Dom_html.fieldSetElement Js_of_ocaml.Js.t ->
[> Html_types.fieldset ] elt
Source
val of_legend :
Js_of_ocaml.Dom_html.legendElement Js_of_ocaml.Js.t ->
[> Html_types.legend ] elt
Source
val of_paragraph :
Js_of_ocaml.Dom_html.paragraphElement Js_of_ocaml.Js.t ->
[> Html_types.p ] elt
Source
val of_heading :
Js_of_ocaml.Dom_html.headingElement Js_of_ocaml.Js.t ->
[> Html_types.heading ] elt
Source
val of_quote :
Js_of_ocaml.Dom_html.quoteElement Js_of_ocaml.Js.t ->
[> Html_types.blockquote ] elt
Source
val of_mod :
Js_of_ocaml.Dom_html.modElement Js_of_ocaml.Js.t ->
[> 'a Html_types.del | 'a Html_types.ins ] elt
Source
val of_anchor :
Js_of_ocaml.Dom_html.anchorElement Js_of_ocaml.Js.t ->
[> 'a Html_types.a ] elt
Source
val of_object :
Js_of_ocaml.Dom_html.objectElement Js_of_ocaml.Js.t ->
[> 'a Html_types.object_ ] elt
Source
val of_param :
Js_of_ocaml.Dom_html.paramElement Js_of_ocaml.Js.t ->
[> Html_types.param ] elt
Source
val of_script :
Js_of_ocaml.Dom_html.scriptElement Js_of_ocaml.Js.t ->
[> Html_types.script ] elt
Source
val of_embed :
Js_of_ocaml.Dom_html.embedElement Js_of_ocaml.Js.t ->
[> Html_types.embed ] elt
Source
val of_tableCell :
Js_of_ocaml.Dom_html.tableCellElement Js_of_ocaml.Js.t ->
[> Html_types.td | Html_types.th ] elt
Source
val of_tableRow :
Js_of_ocaml.Dom_html.tableRowElement Js_of_ocaml.Js.t ->
[> Html_types.tr ] elt
Source
val of_tableCol :
Js_of_ocaml.Dom_html.tableColElement Js_of_ocaml.Js.t ->
[> Html_types.col ] elt
Source
val of_tableSection :
Js_of_ocaml.Dom_html.tableSectionElement Js_of_ocaml.Js.t ->
[> Html_types.tfoot | Html_types.thead | Html_types.tbody ] elt
Source
val of_tableCaption :
Js_of_ocaml.Dom_html.tableCaptionElement Js_of_ocaml.Js.t ->
[> Html_types.caption ] elt
Source
val of_table :
Js_of_ocaml.Dom_html.tableElement Js_of_ocaml.Js.t ->
[> Html_types.table ] elt
Source
val of_canvas :
Js_of_ocaml.Dom_html.canvasElement Js_of_ocaml.Js.t ->
[> 'a Html_types.canvas ] elt
Source
val of_iFrame :
Js_of_ocaml.Dom_html.iFrameElement Js_of_ocaml.Js.t ->
[> Html_types.iframe ] elt
Source
val of_audio :
Js_of_ocaml.Dom_html.audioElement Js_of_ocaml.Js.t ->
[> 'a Html_types.audio ] elt
Source
val of_video :
Js_of_ocaml.Dom_html.videoElement Js_of_ocaml.Js.t ->
[> 'a Html_types.video ] elt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>