package eliom
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Advanced client/server Web and mobile framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
10.3.1.tar.gz
md5=a989128ffd2ffd4a74b17233cd0a4b46
sha512=ee76f43609fc33aad96758e9a9698ec517aa92eaaf4575e3e4b43aaa34b3659f0403370d1c8a20c605465802375cbdf7f98a0d086cb3c73e86d19115064f7f15
doc/eliom.server/Eliom_shared_content/Html/R/index.html
Module Html.RSource
include Html_sigs.Make(Xml)(Svg.R).T
with type 'a elt = 'a Eliom_content_core.Html.elt
and type 'a attrib = 'a Eliom_content_core.Html.attrib
type 'a elt = 'a Eliom_content_core.Html.elttype doc = Html_types.html elttype 'a attrib = 'a Eliom_content_core.Html.attribmodule Xml : sig ... endtype 'a wrap = 'a Xml.W.ttype 'a list_wrap = 'a Xml.W.tlisttype uri = Xml.urival a_onabort : Xml.event_handler -> [> `OnAbort ] attribval a_onafterprint : Xml.event_handler -> [> `OnAfterPrint ] attribval a_onbeforeprint : Xml.event_handler -> [> `OnBeforePrint ] attribval a_onbeforeunload : Xml.event_handler -> [> `OnBeforeUnload ] attribval a_onblur : Xml.event_handler -> [> `OnBlur ] attribval a_oncanplay : Xml.event_handler -> [> `OnCanPlay ] attribval a_oncanplaythrough : Xml.event_handler -> [> `OnCanPlayThrough ] attribval a_onchange : Xml.event_handler -> [> `OnChange ] attribval a_ondurationchange : Xml.event_handler -> [> `OnDurationChange ] attribval a_onemptied : Xml.event_handler -> [> `OnEmptied ] attribval a_onended : Xml.event_handler -> [> `OnEnded ] attribval a_onerror : Xml.event_handler -> [> `OnError ] attribval a_onfocus : Xml.event_handler -> [> `OnFocus ] attribval a_onformchange : Xml.event_handler -> [> `OnFormChange ] attribval a_onforminput : Xml.event_handler -> [> `OnFormInput ] attribval a_onhashchange : Xml.event_handler -> [> `OnHashChange ] attribval a_oninput : Xml.event_handler -> [> `OnInput ] attribval a_oninvalid : Xml.event_handler -> [> `OnInvalid ] attribval a_onmousewheel : Xml.event_handler -> [> `OnMouseWheel ] attribval a_onoffline : Xml.event_handler -> [> `OnOffLine ] attribval a_ononline : Xml.event_handler -> [> `OnOnLine ] attribval a_onpause : Xml.event_handler -> [> `OnPause ] attribval a_onplay : Xml.event_handler -> [> `OnPlay ] attribval a_onplaying : Xml.event_handler -> [> `OnPlaying ] attribval a_onpagehide : Xml.event_handler -> [> `OnPageHide ] attribval a_onpageshow : Xml.event_handler -> [> `OnPageShow ] attribval a_onpopstate : Xml.event_handler -> [> `OnPopState ] attribval a_onprogress : Xml.event_handler -> [> `OnProgress ] attribval a_onratechange : Xml.event_handler -> [> `OnRateChange ] attribval a_onreadystatechange : Xml.event_handler -> [> `OnReadyStateChange ] attribval a_onredo : Xml.event_handler -> [> `OnRedo ] attribval a_onresize : Xml.event_handler -> [> `OnResize ] attribval a_onscroll : Xml.event_handler -> [> `OnScroll ] attribval a_onseeked : Xml.event_handler -> [> `OnSeeked ] attribval a_onseeking : Xml.event_handler -> [> `OnSeeking ] attribval a_onselect : Xml.event_handler -> [> `OnSelect ] attribval a_onshow : Xml.event_handler -> [> `OnShow ] attribval a_onstalled : Xml.event_handler -> [> `OnStalled ] attribval a_onstorage : Xml.event_handler -> [> `OnStorage ] attribval a_onsubmit : Xml.event_handler -> [> `OnSubmit ] attribval a_onsuspend : Xml.event_handler -> [> `OnSuspend ] attribval a_ontimeupdate : Xml.event_handler -> [> `OnTimeUpdate ] attribval a_onundo : Xml.event_handler -> [> `OnUndo ] attribval a_onunload : Xml.event_handler -> [> `OnUnload ] attribval a_onvolumechange : Xml.event_handler -> [> `OnVolumeChange ] attribval a_onwaiting : Xml.event_handler -> [> `OnWaiting ] attribval a_onload : Xml.event_handler -> [> `OnLoad ] attribval a_onloadeddata : Xml.event_handler -> [> `OnLoadedData ] attribval a_onloadedmetadata : Xml.event_handler -> [> `OnLoadedMetaData ] attribval a_onloadstart : Xml.event_handler -> [> `OnLoadStart ] attribval a_onmessage : Xml.event_handler -> [> `OnMessage ] attribval a_onclick : Xml.mouse_event_handler -> [> `OnClick ] attribval a_ondblclick : Xml.mouse_event_handler -> [> `OnDblClick ] attribval a_ondrag : Xml.mouse_event_handler -> [> `OnDrag ] attribval a_ondragend : Xml.mouse_event_handler -> [> `OnDragEnd ] attribval a_ondragenter : Xml.mouse_event_handler -> [> `OnDragEnter ] attribval a_ondragleave : Xml.mouse_event_handler -> [> `OnDragLeave ] attribval a_ondragover : Xml.mouse_event_handler -> [> `OnDragOver ] attribval a_ondragstart : Xml.mouse_event_handler -> [> `OnDragStart ] attribval a_ondrop : Xml.mouse_event_handler -> [> `OnDrop ] attribval a_onmousedown : Xml.mouse_event_handler -> [> `OnMouseDown ] attribval a_onmouseup : Xml.mouse_event_handler -> [> `OnMouseUp ] attribval a_onmouseover : Xml.mouse_event_handler -> [> `OnMouseOver ] attribval a_onmousemove : Xml.mouse_event_handler -> [> `OnMouseMove ] attribval a_onmouseout : Xml.mouse_event_handler -> [> `OnMouseOut ] attribval a_ontouchstart : Xml.touch_event_handler -> [> `OnTouchStart ] attribval a_ontouchend : Xml.touch_event_handler -> [> `OnTouchEnd ] attribval a_ontouchmove : Xml.touch_event_handler -> [> `OnTouchMove ] attribval a_ontouchcancel : Xml.touch_event_handler -> [> `OnTouchCancel ] attribval a_onkeypress : Xml.keyboard_event_handler -> [> `OnKeyPress ] attribval a_onkeydown : Xml.keyboard_event_handler -> [> `OnKeyDown ] attribval a_onkeyup : Xml.keyboard_event_handler -> [> `OnKeyUp ] attribval a_allowfullscreen : unit -> [> `Allowfullscreen ] attribval a_allowpaymentrequest : unit -> [> `Allowpaymentrequest ] attribval a_async : unit -> [> `Async ] attribval a_autofocus : unit -> [> `Autofocus ] attribval a_autoplay : unit -> [> `Autoplay ] attribval a_muted : unit -> [> `Muted ] attribval a_controls : unit -> [> `Controls ] attribval a_formnovalidate : unit -> [> `Formnovalidate ] attribval a_ismap : unit -> [> `Ismap ] attribval a_loop : unit -> [> `Loop ] attribval a_novalidate : unit -> [> `Novalidate ] attribval a_open : unit -> [> `Open ] attribval a_pubdate : unit -> [> `Pubdate ] attribval a_required : unit -> [> `Required ] attribval a_reversed : unit -> [> `Reversed ] attribval a_scoped : unit -> [> `Scoped ] attribval a_seamless : unit -> [> `Seamless ] attribval a_srcset : image_candidate list wrap -> [> `Srcset ] attribval a_checked : unit -> [> `Checked ] attribval a_multiple : unit -> [> `Multiple ] attribval a_selected : unit -> [> `Selected ] attribval a_disabled : unit -> [> `Disabled ] attribval a_readonly : unit -> [> `ReadOnly ] attribval a_defer : unit -> [> `Defer ] attribval base : ([< Html_types.base_attrib ], [> Html_types.base ]) nullaryval title :
(Html_types.title_attrib,
[< Html_types.title_content_fun ],
[> Html_types.title ])
unaryval body :
([< Html_types.body_attrib ],
[< Html_types.body_content_fun ],
[> Html_types.body ])
starval svg :
?a:[< Html_types.svg_attrib ] Svg.R.attrib list ->
[< Html_types.svg_content ] Svg.R.elt list_wrap ->
[> Html_types.svg ] eltval header :
([< Html_types.header_attrib ],
[< Html_types.header_content_fun ],
[> Html_types.header ])
starval section :
([< Html_types.section_attrib ],
[< Html_types.section_content_fun ],
[> Html_types.section ])
starval h1 :
([< Html_types.h1_attrib ],
[< Html_types.h1_content_fun ],
[> Html_types.h1 ])
starval h2 :
([< Html_types.h2_attrib ],
[< Html_types.h2_content_fun ],
[> Html_types.h2 ])
starval h3 :
([< Html_types.h3_attrib ],
[< Html_types.h3_content_fun ],
[> Html_types.h3 ])
starval h4 :
([< Html_types.h4_attrib ],
[< Html_types.h4_content_fun ],
[> Html_types.h4 ])
starval h5 :
([< Html_types.h5_attrib ],
[< Html_types.h5_content_fun ],
[> Html_types.h5 ])
starval h6 :
([< Html_types.h6_attrib ],
[< Html_types.h6_content_fun ],
[> Html_types.h6 ])
starval hgroup :
([< Html_types.hgroup_attrib ],
[< Html_types.hgroup_content_fun ],
[> Html_types.hgroup ])
starval address :
([< Html_types.address_attrib ],
[< Html_types.address_content_fun ],
[> Html_types.address ])
starval article :
([< Html_types.article_attrib ],
[< Html_types.article_content_fun ],
[> Html_types.article ])
starval aside :
([< Html_types.aside_attrib ],
[< Html_types.aside_content_fun ],
[> Html_types.aside ])
starval main :
([< Html_types.main_attrib ],
[< Html_types.main_content_fun ],
[> Html_types.main ])
starval p :
([< Html_types.p_attrib ], [< Html_types.p_content_fun ], [> Html_types.p ])
starval pre :
([< Html_types.pre_attrib ],
[< Html_types.pre_content_fun ],
[> Html_types.pre ])
starval blockquote :
([< Html_types.blockquote_attrib ],
[< Html_types.blockquote_content_fun ],
[> Html_types.blockquote ])
starval div :
([< Html_types.div_attrib ],
[< Html_types.div_content_fun ],
[> Html_types.div ])
starval dl :
([< Html_types.dl_attrib ],
[< Html_types.dl_content_fun ],
[> Html_types.dl ])
starval ol :
([< Html_types.ol_attrib ],
[< Html_types.ol_content_fun ],
[> Html_types.ol ])
starval ul :
([< Html_types.ul_attrib ],
[< Html_types.ul_content_fun ],
[> Html_types.ul ])
starval dd :
([< Html_types.dd_attrib ],
[< Html_types.dd_content_fun ],
[> Html_types.dd ])
starval dt :
([< Html_types.dt_attrib ],
[< Html_types.dt_content_fun ],
[> Html_types.dt ])
starval li :
([< Html_types.li_attrib ],
[< Html_types.li_content_fun ],
[> Html_types.li ])
starval figcaption :
([< Html_types.figcaption_attrib ],
[< Html_types.figcaption_content_fun ],
[> Html_types.figcaption ])
starval hr : ([< Html_types.hr_attrib ], [> Html_types.hr ]) nullaryval b :
([< Html_types.b_attrib ], [< Html_types.b_content_fun ], [> Html_types.b ])
starval i :
([< Html_types.i_attrib ], [< Html_types.i_content_fun ], [> Html_types.i ])
starval u :
([< Html_types.u_attrib ], [< Html_types.u_content_fun ], [> Html_types.u ])
starval small :
([< Html_types.small_attrib ],
[< Html_types.small_content_fun ],
[> Html_types.small ])
starval sub :
([< Html_types.sub_attrib ],
[< Html_types.sub_content_fun ],
[> Html_types.sub ])
starval sup :
([< Html_types.sup_attrib ],
[< Html_types.sup_content_fun ],
[> Html_types.sup ])
starval mark :
([< Html_types.mark_attrib ],
[< Html_types.mark_content_fun ],
[> Html_types.mark ])
starval wbr : ([< Html_types.wbr_attrib ], [> Html_types.wbr ]) nullaryval abbr :
([< Html_types.abbr_attrib ],
[< Html_types.abbr_content_fun ],
[> Html_types.abbr ])
starval br : ([< Html_types.br_attrib ], [> Html_types.br ]) nullaryval cite :
([< Html_types.cite_attrib ],
[< Html_types.cite_content_fun ],
[> Html_types.cite ])
starval code :
([< Html_types.code_attrib ],
[< Html_types.code_content_fun ],
[> Html_types.code ])
starval dfn :
([< Html_types.dfn_attrib ],
[< Html_types.dfn_content_fun ],
[> Html_types.dfn ])
starval em :
([< Html_types.em_attrib ],
[< Html_types.em_content_fun ],
[> Html_types.em ])
starval kbd :
([< Html_types.kbd_attrib ],
[< Html_types.kbd_content_fun ],
[> Html_types.kbd ])
starval q :
([< Html_types.q_attrib ], [< Html_types.q_content_fun ], [> Html_types.q ])
starval samp :
([< Html_types.samp_attrib ],
[< Html_types.samp_content_fun ],
[> Html_types.samp ])
starval span :
([< Html_types.span_attrib ],
[< Html_types.span_content_fun ],
[> Html_types.span ])
starval strong :
([< Html_types.strong_attrib ],
[< Html_types.strong_content_fun ],
[> Html_types.strong ])
starval time :
([< Html_types.time_attrib ],
[< Html_types.time_content_fun ],
[> Html_types.time ])
starval var :
([< Html_types.var_attrib ],
[< Html_types.var_content_fun ],
[> Html_types.var ])
starval a : ([< Html_types.a_attrib ], 'a, [> 'a Html_types.a ]) starval del : ([< Html_types.del_attrib ], 'a, [> 'a Html_types.del ]) starval ins : ([< Html_types.ins_attrib ], 'a, [> 'a Html_types.ins ]) starval iframe :
([< Html_types.iframe_attrib ],
[< Html_types.iframe_content_fun ],
[> Html_types.iframe ])
starval param : ([< Html_types.param_attrib ], [> Html_types.param ]) nullaryval embed : ([< Html_types.embed_attrib ], [> Html_types.embed ]) nullaryval canvas :
([< Html_types.canvas_attrib ], 'a, [> 'a Html_types.canvas ]) starval source : ([< Html_types.source_attrib ], [> Html_types.source ]) nullaryval area :
alt:Html_types.text wrap ->
([< `Accesskey
| `Alt
| `Aria
| `Class
| `Contenteditable
| `Contextmenu
| `Coords
| `Dir
| `Draggable
| `Hidden
| `Hreflang
| `Id
| `Lang
| `Media
| `Mime_type
| `OnAbort
| `OnBlur
| `OnCanPlay
| `OnCanPlayThrough
| `OnChange
| `OnClick
| `OnContextMenu
| `OnDblClick
| `OnDrag
| `OnDragEnd
| `OnDragEnter
| `OnDragLeave
| `OnDragOver
| `OnDragStart
| `OnDrop
| `OnDurationChange
| `OnEmptied
| `OnEnded
| `OnError
| `OnFocus
| `OnFormChange
| `OnFormInput
| `OnInput
| `OnInvalid
| `OnKeyDown
| `OnKeyPress
| `OnKeyUp
| `OnLoad
| `OnLoadStart
| `OnLoadedData
| `OnLoadedMetaData
| `OnMouseDown
| `OnMouseMove
| `OnMouseOut
| `OnMouseOver
| `OnMouseUp
| `OnMouseWheel
| `OnPause
| `OnPlay
| `OnPlaying
| `OnProgress
| `OnRateChange
| `OnReadyStateChange
| `OnScroll
| `OnSeeked
| `OnSeeking
| `OnSelect
| `OnShow
| `OnStalled
| `OnSubmit
| `OnSuspend
| `OnTimeUpdate
| `OnTouchCancel
| `OnTouchEnd
| `OnTouchMove
| `OnTouchStart
| `OnVolumeChange
| `OnWaiting
| `Rel
| `Role
| `Shape
| `Spellcheck
| `Style_Attr
| `Tabindex
| `Target
| `Title
| `User_data
| `XML_lang
| `XMLns ],
[> Html_types.area ])
nullaryval map : ([< Html_types.map_attrib ], 'a, [> 'a Html_types.map ]) starval caption :
([< Html_types.caption_attrib ],
[< Html_types.caption_content_fun ],
[> Html_types.caption ])
starval colgroup :
([< Html_types.colgroup_attrib ],
[< Html_types.colgroup_content_fun ],
[> Html_types.colgroup ])
starval col : ([< Html_types.col_attrib ], [> Html_types.col ]) nullaryval thead :
([< Html_types.thead_attrib ],
[< Html_types.thead_content_fun ],
[> Html_types.thead ])
starval tbody :
([< Html_types.tbody_attrib ],
[< Html_types.tbody_content_fun ],
[> Html_types.tbody ])
starval tfoot :
([< Html_types.tfoot_attrib ],
[< Html_types.tfoot_content_fun ],
[> Html_types.tfoot ])
starval td :
([< Html_types.td_attrib ],
[< Html_types.td_content_fun ],
[> Html_types.td ])
starval th :
([< Html_types.th_attrib ],
[< Html_types.th_content_fun ],
[> Html_types.th ])
starval tr :
([< Html_types.tr_attrib ],
[< Html_types.tr_content_fun ],
[> Html_types.tr ])
starval form :
([< Html_types.form_attrib ],
[< Html_types.form_content_fun ],
[> Html_types.form ])
starval legend :
([< Html_types.legend_attrib ],
[< Html_types.legend_content_fun ],
[> Html_types.legend ])
starval label :
([< Html_types.label_attrib ],
[< Html_types.label_content_fun ],
[> Html_types.label ])
starval input : ([< Html_types.input_attrib ], [> Html_types.input ]) nullaryval button :
([< Html_types.button_attrib ],
[< Html_types.button_content_fun ],
[> Html_types.button ])
starval select :
([< Html_types.select_attrib ],
[< Html_types.select_content_fun ],
[> Html_types.select ])
starval option :
([< Html_types.option_attrib ],
[< Html_types.option_content_fun ],
[> Html_types.selectoption ])
unaryval textarea :
([< Html_types.textarea_attrib ],
[< Html_types.textarea_content_fun ],
[> Html_types.textarea ])
unaryval keygen : ([< Html_types.keygen_attrib ], [> Html_types.keygen ]) nullaryval progress :
([< Html_types.progress_attrib ],
[< Html_types.progress_content_fun ],
[> Html_types.progress ])
starval meter :
([< Html_types.meter_attrib ],
[< Html_types.meter_content_fun ],
[> Html_types.meter ])
starval output_elt :
([< Html_types.output_elt_attrib ],
[< Html_types.output_elt_content_fun ],
[> Html_types.output_elt ])
starval entity : string -> [> Html_types.txt ] eltval space : unit -> [> Html_types.txt ] eltval cdata : string -> [> Html_types.txt ] eltval cdata_script : string -> [> Html_types.txt ] eltval cdata_style : string -> [> Html_types.txt ] eltval summary :
([< Html_types.summary_attrib ],
[< Html_types.summary_content_fun ],
[> Html_types.summary ])
starval script :
([< Html_types.script_attrib ],
[< Html_types.script_content_fun ],
[> Html_types.script ])
unaryval noscript :
([< Html_types.noscript_attrib ],
[< Html_types.noscript_content_fun ],
[> Html_types.noscript ])
starval template :
([< Html_types.template_attrib ],
[< Html_types.template_content_fun ],
[> Html_types.template ])
starval meta : ([< Html_types.meta_attrib ], [> Html_types.meta ]) nullaryval style :
([< Html_types.style_attrib ],
[< Html_types.style_content_fun ],
[> Html_types.style ])
starval rt :
([< Html_types.rt_attrib ],
[< Html_types.rt_content_fun ],
[> Html_types.rt ])
starval rp :
([< Html_types.rp_attrib ],
[< Html_types.rp_content_fun ],
[> Html_types.rp ])
starval ruby :
([< Html_types.ruby_attrib ],
[< Html_types.ruby_content_fun ],
[> Html_types.ruby ])
starval to_xmlattribs : 'a attrib list -> Xml.attrib listval to_attrib : Xml.attrib -> 'a attribmodule Unsafe : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>