package eliom

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

Module type Eliom_form.HtmlSource

include Html_sigs.T with type 'a Xml.W.t = 'a and type 'a Xml.W.tlist = 'a list and type Xml.mouse_event_handler = (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> unit) Eliom_client_value.t
Sourcetype +'a elt
Sourcetype doc = Html_types.html elt
Sourcetype +'a attrib
Sourcemodule Xml : sig ... end
Sourcetype 'a wrap = 'a Xml.W.t
Sourcetype 'a list_wrap = 'a Xml.W.tlist
Sourcetype ('a, 'b) nullary = ?a:'a attrib list -> unit -> 'b elt
Sourcetype ('a, 'b, 'c) unary = ?a:'a attrib list -> 'b elt wrap -> 'c elt
Sourcetype ('a, 'b, 'c) star = ?a:'a attrib list -> 'b elt list_wrap -> 'c elt
Sourcemodule Svg : sig ... end
Sourcemodule Info : Xml_sigs.Info
Sourcetype uri = Xml.uri
Sourceval string_of_uri : (uri, string) Xml.W.ft
Sourceval uri_of_string : (string, uri) Xml.W.ft
Sourceval a_class : Html_types.nmtokens wrap -> [> `Class ] attrib
Sourceval a_user_data : Html_types.nmtoken -> Html_types.text wrap -> [> `User_data ] attrib
Sourceval a_id : Html_types.text wrap -> [> `Id ] attrib
Sourceval a_title : Html_types.text wrap -> [> `Title ] attrib
Sourceval a_xml_lang : Html_types.languagecode wrap -> [> `XML_lang ] attrib
Sourceval a_lang : Html_types.languagecode wrap -> [> `Lang ] attrib
Sourceval a_onabort : Xml.event_handler -> [> `OnAbort ] attrib
Sourceval a_onafterprint : Xml.event_handler -> [> `OnAfterPrint ] attrib
Sourceval a_onbeforeprint : Xml.event_handler -> [> `OnBeforePrint ] attrib
Sourceval a_onbeforeunload : Xml.event_handler -> [> `OnBeforeUnload ] attrib
Sourceval a_onblur : Xml.event_handler -> [> `OnBlur ] attrib
Sourceval a_oncanplay : Xml.event_handler -> [> `OnCanPlay ] attrib
Sourceval a_oncanplaythrough : Xml.event_handler -> [> `OnCanPlayThrough ] attrib
Sourceval a_onchange : Xml.event_handler -> [> `OnChange ] attrib
Sourceval a_onclose : Xml.event_handler -> [> `OnClose ] attrib
Sourceval a_ondurationchange : Xml.event_handler -> [> `OnDurationChange ] attrib
Sourceval a_onemptied : Xml.event_handler -> [> `OnEmptied ] attrib
Sourceval a_onended : Xml.event_handler -> [> `OnEnded ] attrib
Sourceval a_onerror : Xml.event_handler -> [> `OnError ] attrib
Sourceval a_onfocus : Xml.event_handler -> [> `OnFocus ] attrib
Sourceval a_onformchange : Xml.event_handler -> [> `OnFormChange ] attrib
Sourceval a_onforminput : Xml.event_handler -> [> `OnFormInput ] attrib
Sourceval a_onhashchange : Xml.event_handler -> [> `OnHashChange ] attrib
Sourceval a_oninput : Xml.event_handler -> [> `OnInput ] attrib
Sourceval a_oninvalid : Xml.event_handler -> [> `OnInvalid ] attrib
Sourceval a_onmousewheel : Xml.event_handler -> [> `OnMouseWheel ] attrib
Sourceval a_onoffline : Xml.event_handler -> [> `OnOffLine ] attrib
Sourceval a_ononline : Xml.event_handler -> [> `OnOnLine ] attrib
Sourceval a_onpause : Xml.event_handler -> [> `OnPause ] attrib
Sourceval a_onplay : Xml.event_handler -> [> `OnPlay ] attrib
Sourceval a_onplaying : Xml.event_handler -> [> `OnPlaying ] attrib
Sourceval a_onpagehide : Xml.event_handler -> [> `OnPageHide ] attrib
Sourceval a_onpageshow : Xml.event_handler -> [> `OnPageShow ] attrib
Sourceval a_onpopstate : Xml.event_handler -> [> `OnPopState ] attrib
Sourceval a_onprogress : Xml.event_handler -> [> `OnProgress ] attrib
Sourceval a_onratechange : Xml.event_handler -> [> `OnRateChange ] attrib
Sourceval a_onreadystatechange : Xml.event_handler -> [> `OnReadyStateChange ] attrib
Sourceval a_onredo : Xml.event_handler -> [> `OnRedo ] attrib
Sourceval a_onresize : Xml.event_handler -> [> `OnResize ] attrib
Sourceval a_onscroll : Xml.event_handler -> [> `OnScroll ] attrib
Sourceval a_onseeked : Xml.event_handler -> [> `OnSeeked ] attrib
Sourceval a_onseeking : Xml.event_handler -> [> `OnSeeking ] attrib
Sourceval a_onselect : Xml.event_handler -> [> `OnSelect ] attrib
Sourceval a_onshow : Xml.event_handler -> [> `OnShow ] attrib
Sourceval a_onstalled : Xml.event_handler -> [> `OnStalled ] attrib
Sourceval a_onstorage : Xml.event_handler -> [> `OnStorage ] attrib
Sourceval a_onsubmit : Xml.event_handler -> [> `OnSubmit ] attrib
Sourceval a_onsuspend : Xml.event_handler -> [> `OnSuspend ] attrib
Sourceval a_ontimeupdate : Xml.event_handler -> [> `OnTimeUpdate ] attrib
Sourceval a_onundo : Xml.event_handler -> [> `OnUndo ] attrib
Sourceval a_onunload : Xml.event_handler -> [> `OnUnload ] attrib
Sourceval a_onvolumechange : Xml.event_handler -> [> `OnVolumeChange ] attrib
Sourceval a_onwaiting : Xml.event_handler -> [> `OnWaiting ] attrib
Sourceval a_onload : Xml.event_handler -> [> `OnLoad ] attrib
Sourceval a_onloadeddata : Xml.event_handler -> [> `OnLoadedData ] attrib
Sourceval a_onloadedmetadata : Xml.event_handler -> [> `OnLoadedMetaData ] attrib
Sourceval a_onloadstart : Xml.event_handler -> [> `OnLoadStart ] attrib
Sourceval a_onmessage : Xml.event_handler -> [> `OnMessage ] attrib
Sourceval a_onclick : Xml.mouse_event_handler -> [> `OnClick ] attrib
Sourceval a_oncontextmenu : Xml.mouse_event_handler -> [> `OnContextMenu ] attrib
Sourceval a_ondblclick : Xml.mouse_event_handler -> [> `OnDblClick ] attrib
Sourceval a_ondrag : Xml.mouse_event_handler -> [> `OnDrag ] attrib
Sourceval a_ondragend : Xml.mouse_event_handler -> [> `OnDragEnd ] attrib
Sourceval a_ondragenter : Xml.mouse_event_handler -> [> `OnDragEnter ] attrib
Sourceval a_ondragleave : Xml.mouse_event_handler -> [> `OnDragLeave ] attrib
Sourceval a_ondragover : Xml.mouse_event_handler -> [> `OnDragOver ] attrib
Sourceval a_ondragstart : Xml.mouse_event_handler -> [> `OnDragStart ] attrib
Sourceval a_ondrop : Xml.mouse_event_handler -> [> `OnDrop ] attrib
Sourceval a_onmousedown : Xml.mouse_event_handler -> [> `OnMouseDown ] attrib
Sourceval a_onmouseup : Xml.mouse_event_handler -> [> `OnMouseUp ] attrib
Sourceval a_onmouseover : Xml.mouse_event_handler -> [> `OnMouseOver ] attrib
Sourceval a_onmousemove : Xml.mouse_event_handler -> [> `OnMouseMove ] attrib
Sourceval a_onmouseout : Xml.mouse_event_handler -> [> `OnMouseOut ] attrib
Sourceval a_ontouchstart : Xml.touch_event_handler -> [> `OnTouchStart ] attrib
Sourceval a_ontouchend : Xml.touch_event_handler -> [> `OnTouchEnd ] attrib
Sourceval a_ontouchmove : Xml.touch_event_handler -> [> `OnTouchMove ] attrib
Sourceval a_ontouchcancel : Xml.touch_event_handler -> [> `OnTouchCancel ] attrib
Sourceval a_onkeypress : Xml.keyboard_event_handler -> [> `OnKeyPress ] attrib
Sourceval a_onkeydown : Xml.keyboard_event_handler -> [> `OnKeyDown ] attrib
Sourceval a_onkeyup : Xml.keyboard_event_handler -> [> `OnKeyUp ] attrib
Sourceval a_allowfullscreen : unit -> [> `Allowfullscreen ] attrib
Sourceval a_allowpaymentrequest : unit -> [> `Allowpaymentrequest ] attrib
Sourceval a_autocomplete : Html_types.autocomplete_option wrap -> [> `Autocomplete ] attrib
Sourceval a_async : unit -> [> `Async ] attrib
Sourceval a_autofocus : unit -> [> `Autofocus ] attrib
Sourceval a_autoplay : unit -> [> `Autoplay ] attrib
Sourceval a_muted : unit -> [> `Muted ] attrib
Sourceval a_crossorigin : [< `Anonymous | `Use_credentials ] wrap -> [> `Crossorigin ] attrib
Sourceval a_integrity : string wrap -> [> `Integrity ] attrib
Sourceval a_mediagroup : string wrap -> [> `Mediagroup ] attrib
Sourceval a_challenge : Html_types.text wrap -> [> `Challenge ] attrib
Sourceval a_contenteditable : bool wrap -> [> `Contenteditable ] attrib
Sourceval a_contextmenu : Html_types.idref wrap -> [> `Contextmenu ] attrib
Sourceval a_controls : unit -> [> `Controls ] attrib
Sourceval a_dir : [< `Ltr | `Rtl ] wrap -> [> `Dir ] attrib
Sourceval a_draggable : bool wrap -> [> `Draggable ] attrib
Sourceval a_form : Html_types.idref wrap -> [> `Form ] attrib
Sourceval a_formaction : Xml.uri wrap -> [> `Formaction ] attrib
Sourceval a_formenctype : Html_types.contenttype wrap -> [> `Formenctype ] attrib
Sourceval a_formnovalidate : unit -> [> `Formnovalidate ] attrib
Sourceval a_formtarget : Html_types.text wrap -> [> `Formtarget ] attrib
Sourceval a_hidden : unit -> [> `Hidden ] attrib
Sourceval a_high : Html_types.float_number wrap -> [> `High ] attrib
Sourceval a_icon : Xml.uri wrap -> [> `Icon ] attrib
Sourceval a_ismap : unit -> [> `Ismap ] attrib
Sourceval a_keytype : Html_types.text wrap -> [> `Keytype ] attrib
Sourceval a_list : Html_types.idref wrap -> [> `List ] attrib
Sourceval a_loop : unit -> [> `Loop ] attrib
Sourceval a_low : Html_types.float_number wrap -> [> `High ] attrib
Sourceval a_max : Html_types.float_number wrap -> [> `Max ] attrib
Sourceval a_input_max : Html_types.number_or_datetime wrap -> [> `Input_Max ] attrib
Sourceval a_min : Html_types.float_number wrap -> [> `Min ] attrib
Sourceval a_input_min : Html_types.number_or_datetime wrap -> [> `Input_Min ] attrib
Sourceval a_inputmode : [< `Decimal | `Email | `None | `Numeric | `Search | `Tel | `Text | `Url ] wrap -> [> `Inputmode ] attrib
Sourceval a_novalidate : unit -> [> `Novalidate ] attrib
Sourceval a_open : unit -> [> `Open ] attrib
Sourceval a_optimum : Html_types.float_number wrap -> [> `Optimum ] attrib
Sourceval a_pattern : Html_types.text wrap -> [> `Pattern ] attrib
Sourceval a_placeholder : Html_types.text wrap -> [> `Placeholder ] attrib
Sourceval a_poster : Xml.uri wrap -> [> `Poster ] attrib
Sourceval a_preload : [< `Audio | `Metadata | `None ] wrap -> [> `Preload ] attrib
Sourceval a_pubdate : unit -> [> `Pubdate ] attrib
Sourceval a_radiogroup : Html_types.text wrap -> [> `Radiogroup ] attrib
Sourceval a_referrerpolicy : Html_types.referrerpolicy wrap -> [> `Referrerpolicy ] attrib
Sourceval a_required : unit -> [> `Required ] attrib
Sourceval a_reversed : unit -> [> `Reversed ] attrib
Sourceval a_sandbox : [< Html_types.sandbox_token ] list wrap -> [> `Sandbox ] attrib
Sourceval a_spellcheck : bool wrap -> [> `Spellcheck ] attrib
Sourceval a_scoped : unit -> [> `Scoped ] attrib
Sourceval a_seamless : unit -> [> `Seamless ] attrib
Sourceval a_sizes : (Html_types.number * Html_types.number) list option wrap -> [> `Sizes ] attrib
Sourceval a_span : Html_types.number wrap -> [> `Span ] attrib
Sourceval a_srclang : Html_types.nmtoken wrap -> [> `XML_lang ] attrib
  • deprecated Use a_xml_lang instead.
Sourcetype image_candidate = [
  1. | `Url of uri
  2. | `Url_pixel of uri * Html_types.float_number
  3. | `Url_width of uri * Html_types.number
]
Sourceval a_srcset : image_candidate list wrap -> [> `Srcset ] attrib
Sourceval a_img_sizes : Html_types.text list wrap -> [> `Img_sizes ] attrib
Sourceval a_start : Html_types.number wrap -> [> `Start ] attrib
Sourceval a_step : Html_types.float_number option wrap -> [> `Step ] attrib
Sourceval a_translate : [< `No | `Yes ] wrap -> [> `Translate ] attrib
Sourceval a_wrap : [< `Hard | `Soft ] wrap -> [> `Wrap ] attrib
Sourceval a_version : Html_types.cdata wrap -> [> `Version ] attrib
Sourceval a_xmlns : [< `W3_org_1999_xhtml ] wrap -> [> `XMLns ] attrib
Sourceval a_manifest : Xml.uri wrap -> [> `Manifest ] attrib
Sourceval a_cite : Xml.uri wrap -> [> `Cite ] attrib
Sourceval a_xml_space : [< `Default | `Preserve ] wrap -> [> `XML_space ] attrib
Sourceval a_accesskey : Html_types.character wrap -> [> `Accesskey ] attrib
Sourceval a_charset : Html_types.charset wrap -> [> `Charset ] attrib
Sourceval a_accept_charset : Html_types.charsets wrap -> [> `Accept_charset ] attrib
Sourceval a_accept : Html_types.contenttypes wrap -> [> `Accept ] attrib
Sourceval a_href : Xml.uri wrap -> [> `Href ] attrib
Sourceval a_hreflang : Html_types.languagecode wrap -> [> `Hreflang ] attrib
Sourceval a_download : string option wrap -> [> `Download ] attrib
Sourceval a_rel : Html_types.linktypes wrap -> [> `Rel ] attrib
Sourceval a_tabindex : Html_types.number wrap -> [> `Tabindex ] attrib
Sourceval a_mime_type : Html_types.contenttype wrap -> [> `Mime_type ] attrib
Sourceval a_datetime : Html_types.cdata wrap -> [> `Datetime ] attrib
Sourceval a_action : Xml.uri wrap -> [> `Action ] attrib
Sourceval a_checked : unit -> [> `Checked ] attrib
Sourceval a_cols : Html_types.number wrap -> [> `Cols ] attrib
Sourceval a_enctype : Html_types.contenttype wrap -> [> `Enctype ] attrib
Sourceval a_label_for : Html_types.idref wrap -> [> `Label_for ] attrib
Sourceval a_for : Html_types.idref wrap -> [> `Label_for ] attrib
  • deprecated Use a_label_for
Sourceval a_output_for : Html_types.idrefs wrap -> [> `Output_for ] attrib
Sourceval a_for_list : Html_types.idrefs wrap -> [> `Output_for ] attrib
  • deprecated Use a_output_for
Sourceval a_maxlength : Html_types.number wrap -> [> `Maxlength ] attrib
Sourceval a_minlength : Html_types.number wrap -> [> `Minlength ] attrib
Sourceval a_method : [< `Get | `Post ] wrap -> [> `Method ] attrib
Sourceval a_formmethod : [< `Get | `Post ] wrap -> [> `Formmethod ] attrib
Sourceval a_multiple : unit -> [> `Multiple ] attrib
Sourceval a_name : Html_types.text wrap -> [> `Name ] attrib
Sourceval a_rows : Html_types.number wrap -> [> `Rows ] attrib
Sourceval a_selected : unit -> [> `Selected ] attrib
Sourceval a_size : Html_types.number wrap -> [> `Size ] attrib
Sourceval a_src : Xml.uri wrap -> [> `Src ] attrib
Sourceval a_input_type : [< `Button | `Checkbox | `Color | `Date | `Datetime | `Datetime_local | `Email | `File | `Hidden | `Image | `Month | `Number | `Password | `Radio | `Range | `Reset | `Search | `Submit | `Tel | `Text | `Time | `Url | `Week ] wrap -> [> `Input_Type ] attrib
Sourceval a_text_value : Html_types.text wrap -> [> `Text_Value ] attrib
Sourceval a_int_value : Html_types.number wrap -> [> `Int_Value ] attrib
Sourceval a_value : Html_types.cdata wrap -> [> `Value ] attrib
Sourceval a_float_value : Html_types.float_number wrap -> [> `Float_Value ] attrib
Sourceval a_disabled : unit -> [> `Disabled ] attrib
Sourceval a_readonly : unit -> [> `ReadOnly ] attrib
Sourceval a_button_type : [< `Button | `Reset | `Submit ] wrap -> [> `Button_Type ] attrib
Sourceval a_script_type : Html_types.script_type wrap -> [> `Script_type ] attrib
Sourceval a_command_type : [< `Checkbox | `Command | `Radio ] wrap -> [> `Command_Type ] attrib
Sourceval a_menu_type : [< `Context | `Toolbar ] wrap -> [> `Menu_Type ] attrib
Sourceval a_label : Html_types.text wrap -> [> `Label ] attrib
Sourceval a_align : [< `Char | `Justify | `Left | `Right ] wrap -> [> `Align ] attrib
  • deprecated Use CSS text-align
Sourceval a_axis : Html_types.cdata wrap -> [> `Axis ] attrib
  • deprecated Not supported in HTML5
Sourceval a_colspan : Html_types.number wrap -> [> `Colspan ] attrib
Sourceval a_headers : Html_types.idrefs wrap -> [> `Headers ] attrib
Sourceval a_rowspan : Html_types.number wrap -> [> `Rowspan ] attrib
Sourceval a_scope : [< `Col | `Colgroup | `Row | `Rowgroup ] wrap -> [> `Scope ] attrib
  • deprecated Not supported in HTML5
Sourceval a_summary : Html_types.text wrap -> [> `Summary ] attrib
  • deprecated Move content elsewhere or to a <caption> child
Sourceval a_border : Html_types.pixels wrap -> [> `Border ] attrib
  • deprecated Use CSS border and/or border-width
Sourceval a_rules : [< `All | `Cols | `Groups | `None | `Rows ] wrap -> [> `Rules ] attrib
  • deprecated Use CSS border
Sourceval a_char : Html_types.character wrap -> [> `Char ] attrib
  • deprecated The char attribute is not supported in HTML5
Sourceval a_alt : Html_types.text wrap -> [> `Alt ] attrib
Sourceval a_height : Html_types.number wrap -> [> `Height ] attrib
Sourceval a_width : Html_types.number wrap -> [> `Width ] attrib
Sourcetype shape = [
  1. | `Circle
  2. | `Default
  3. | `Poly
  4. | `Rect
]
Sourceval a_shape : shape wrap -> [> `Shape ] attrib
Sourceval a_coords : Html_types.numbers wrap -> [> `Coords ] attrib
Sourceval a_usemap : Html_types.idref wrap -> [> `Usemap ] attrib
Sourceval a_data : Xml.uri wrap -> [> `Data ] attrib
Sourceval a_codetype : Html_types.contenttype wrap -> [> `Codetype ] attrib
  • deprecated Not supported in HTML5
Sourceval a_frameborder : [< `One | `Zero ] wrap -> [> `Frameborder ] attrib
  • deprecated Use CSS border
Sourceval a_marginheight : Html_types.pixels wrap -> [> `Marginheight ] attrib
  • deprecated Use CSS margin
Sourceval a_marginwidth : Html_types.pixels wrap -> [> `Marginwidth ] attrib
  • deprecated Use CSS margin
Sourceval a_scrolling : [< `Auto | `No | `Yes ] wrap -> [> `Scrolling ] attrib
Sourceval a_target : Html_types.frametarget wrap -> [> `Target ] attrib
Sourceval a_content : Html_types.text wrap -> [> `Content ] attrib
Sourceval a_http_equiv : Html_types.text wrap -> [> `Http_equiv ] attrib
Sourceval a_defer : unit -> [> `Defer ] attrib
Sourceval a_media : Html_types.mediadesc wrap -> [> `Media ] attrib
Sourceval a_style : string wrap -> [> `Style_Attr ] attrib
Sourceval a_property : string wrap -> [> `Property ] attrib
Sourceval a_role : string list wrap -> [> `Role ] attrib
Sourceval a_aria : string -> string list wrap -> [> `Aria ] attrib
Sourceval txt : string wrap -> [> Html_types.txt ] elt
Sourceval html : ?a:Html_types.html_attrib attrib list -> [< Html_types.head ] elt wrap -> [< Html_types.body ] elt wrap -> [> Html_types.html ] elt
Sourceval head : ?a:Html_types.head_attrib attrib list -> [< Html_types.title ] elt wrap -> Html_types.head_content_fun elt list_wrap -> [> Html_types.head ] elt
Sourceval base : ([< Html_types.base_attrib ], [> Html_types.base ]) nullary
Sourceval title : (Html_types.title_attrib, [< Html_types.title_content_fun ], [> Html_types.title ]) unary
Sourceval body : ([< Html_types.body_attrib ], [< Html_types.body_content_fun ], [> Html_types.body ]) star
Sourceval svg : ?a:[< Html_types.svg_attrib ] Svg.attrib list -> [< Html_types.svg_content ] Svg.elt list_wrap -> [> Html_types.svg ] elt
Sourceval header : ([< Html_types.header_attrib ], [< Html_types.header_content_fun ], [> Html_types.header ]) star
Sourceval section : ([< Html_types.section_attrib ], [< Html_types.section_content_fun ], [> Html_types.section ]) star
Sourceval nav : ([< Html_types.nav_attrib ], [< Html_types.nav_content_fun ], [> Html_types.nav ]) star
Sourceval h1 : ([< Html_types.h1_attrib ], [< Html_types.h1_content_fun ], [> Html_types.h1 ]) star
Sourceval h2 : ([< Html_types.h2_attrib ], [< Html_types.h2_content_fun ], [> Html_types.h2 ]) star
Sourceval h3 : ([< Html_types.h3_attrib ], [< Html_types.h3_content_fun ], [> Html_types.h3 ]) star
Sourceval h4 : ([< Html_types.h4_attrib ], [< Html_types.h4_content_fun ], [> Html_types.h4 ]) star
Sourceval h5 : ([< Html_types.h5_attrib ], [< Html_types.h5_content_fun ], [> Html_types.h5 ]) star
Sourceval h6 : ([< Html_types.h6_attrib ], [< Html_types.h6_content_fun ], [> Html_types.h6 ]) star
Sourceval hgroup : ([< Html_types.hgroup_attrib ], [< Html_types.hgroup_content_fun ], [> Html_types.hgroup ]) star
Sourceval address : ([< Html_types.address_attrib ], [< Html_types.address_content_fun ], [> Html_types.address ]) star
Sourceval article : ([< Html_types.article_attrib ], [< Html_types.article_content_fun ], [> Html_types.article ]) star
Sourceval aside : ([< Html_types.aside_attrib ], [< Html_types.aside_content_fun ], [> Html_types.aside ]) star
Sourceval main : ([< Html_types.main_attrib ], [< Html_types.main_content_fun ], [> Html_types.main ]) star
Sourceval p : ([< Html_types.p_attrib ], [< Html_types.p_content_fun ], [> Html_types.p ]) star
Sourceval pre : ([< Html_types.pre_attrib ], [< Html_types.pre_content_fun ], [> Html_types.pre ]) star
Sourceval blockquote : ([< Html_types.blockquote_attrib ], [< Html_types.blockquote_content_fun ], [> Html_types.blockquote ]) star
Sourceval dialog : ([< Html_types.dialog_attrib ], [< Html_types.dialog_content_fun ], [> Html_types.dialog ]) star
Sourceval div : ([< Html_types.div_attrib ], [< Html_types.div_content_fun ], [> Html_types.div ]) star
Sourceval dl : ([< Html_types.dl_attrib ], [< Html_types.dl_content_fun ], [> Html_types.dl ]) star
Sourceval ol : ([< Html_types.ol_attrib ], [< Html_types.ol_content_fun ], [> Html_types.ol ]) star
Sourceval ul : ([< Html_types.ul_attrib ], [< Html_types.ul_content_fun ], [> Html_types.ul ]) star
Sourceval dd : ([< Html_types.dd_attrib ], [< Html_types.dd_content_fun ], [> Html_types.dd ]) star
Sourceval dt : ([< Html_types.dt_attrib ], [< Html_types.dt_content_fun ], [> Html_types.dt ]) star
Sourceval li : ([< Html_types.li_attrib ], [< Html_types.li_content_fun ], [> Html_types.li ]) star
Sourceval figcaption : ([< Html_types.figcaption_attrib ], [< Html_types.figcaption_content_fun ], [> Html_types.figcaption ]) star
Sourceval figure : ?figcaption: [ `Bottom of [< Html_types.figcaption ] elt wrap | `Top of [< Html_types.figcaption ] elt wrap ] -> ([< Html_types.figure_attrib ], [< Html_types.figure_content_fun ], [> Html_types.figure ]) star
Sourceval hr : ([< Html_types.hr_attrib ], [> Html_types.hr ]) nullary
Sourceval b : ([< Html_types.b_attrib ], [< Html_types.b_content_fun ], [> Html_types.b ]) star
Sourceval i : ([< Html_types.i_attrib ], [< Html_types.i_content_fun ], [> Html_types.i ]) star
Sourceval u : ([< Html_types.u_attrib ], [< Html_types.u_content_fun ], [> Html_types.u ]) star
Sourceval small : ([< Html_types.small_attrib ], [< Html_types.small_content_fun ], [> Html_types.small ]) star
Sourceval sub : ([< Html_types.sub_attrib ], [< Html_types.sub_content_fun ], [> Html_types.sub ]) star
Sourceval sup : ([< Html_types.sup_attrib ], [< Html_types.sup_content_fun ], [> Html_types.sup ]) star
Sourceval mark : ([< Html_types.mark_attrib ], [< Html_types.mark_content_fun ], [> Html_types.mark ]) star
Sourceval wbr : ([< Html_types.wbr_attrib ], [> Html_types.wbr ]) nullary
Sourceval bdo : dir:[< `Ltr | `Rtl ] wrap -> ([< Html_types.bdo_attrib ], [< Html_types.bdo_content_fun ], [> Html_types.bdo ]) star
Sourceval abbr : ([< Html_types.abbr_attrib ], [< Html_types.abbr_content_fun ], [> Html_types.abbr ]) star
Sourceval br : ([< Html_types.br_attrib ], [> Html_types.br ]) nullary
Sourceval cite : ([< Html_types.cite_attrib ], [< Html_types.cite_content_fun ], [> Html_types.cite ]) star
Sourceval code : ([< Html_types.code_attrib ], [< Html_types.code_content_fun ], [> Html_types.code ]) star
Sourceval dfn : ([< Html_types.dfn_attrib ], [< Html_types.dfn_content_fun ], [> Html_types.dfn ]) star
Sourceval em : ([< Html_types.em_attrib ], [< Html_types.em_content_fun ], [> Html_types.em ]) star
Sourceval kbd : ([< Html_types.kbd_attrib ], [< Html_types.kbd_content_fun ], [> Html_types.kbd ]) star
Sourceval q : ([< Html_types.q_attrib ], [< Html_types.q_content_fun ], [> Html_types.q ]) star
Sourceval samp : ([< Html_types.samp_attrib ], [< Html_types.samp_content_fun ], [> Html_types.samp ]) star
Sourceval span : ([< Html_types.span_attrib ], [< Html_types.span_content_fun ], [> Html_types.span ]) star
Sourceval strong : ([< Html_types.strong_attrib ], [< Html_types.strong_content_fun ], [> Html_types.strong ]) star
Sourceval time : ([< Html_types.time_attrib ], [< Html_types.time_content_fun ], [> Html_types.time ]) star
Sourceval var : ([< Html_types.var_attrib ], [< Html_types.var_content_fun ], [> Html_types.var ]) star
Sourceval a : ([< Html_types.a_attrib ], 'a, [> 'a Html_types.a ]) star
Sourceval del : ([< Html_types.del_attrib ], 'a, [> 'a Html_types.del ]) star
Sourceval ins : ([< Html_types.ins_attrib ], 'a, [> 'a Html_types.ins ]) star
Sourceval img : src:Xml.uri wrap -> alt:Html_types.text wrap -> ([< Html_types.img_attrib ], [> Html_types.img ]) nullary
Sourceval picture : img:[< Html_types.img ] elt wrap -> ([< Html_types.picture_attrib ], [< Html_types.picture_content_fun ], [> Html_types.picture ]) star
Sourceval iframe : ([< Html_types.iframe_attrib ], [< Html_types.iframe_content_fun ], [> Html_types.iframe ]) star
Sourceval object_ : ?params:[< Html_types.param ] elt list_wrap -> ([< Html_types.object__attrib ], 'a, [> `Object of 'a ]) star
Sourceval param : ([< Html_types.param_attrib ], [> Html_types.param ]) nullary
Sourceval embed : ([< Html_types.embed_attrib ], [> Html_types.embed ]) nullary
Sourceval audio : ?src:Xml.uri wrap -> ?srcs:[< Html_types.source ] elt list_wrap -> ([< Html_types.audio_attrib ], 'a, [> 'a Html_types.audio ]) star
Sourceval video : ?src:Xml.uri wrap -> ?srcs:[< Html_types.source ] elt list_wrap -> ([< Html_types.video_attrib ], 'a, [> 'a Html_types.video ]) star
Sourceval canvas : ([< Html_types.canvas_attrib ], 'a, [> 'a Html_types.canvas ]) star
Sourceval source : ([< Html_types.source_attrib ], [> Html_types.source ]) nullary
Sourceval 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 | `OnClose | `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 | `Translate | `User_data | `XML_lang | `XMLns ], [> Html_types.area ]) nullary
Sourceval map : ([< Html_types.map_attrib ], 'a, [> 'a Html_types.map ]) star
Sourceval caption : ([< Html_types.caption_attrib ], [< Html_types.caption_content_fun ], [> Html_types.caption ]) star
Sourceval table : ?caption:[< Html_types.caption ] elt wrap -> ?columns:[< Html_types.colgroup ] elt list_wrap -> ?thead:[< Html_types.thead ] elt wrap -> ?tfoot:[< Html_types.tfoot ] elt wrap -> ([< Html_types.table_attrib ], [< Html_types.table_content_fun ], [> Html_types.table ]) star
Sourceval tablex : ?caption:[< Html_types.caption ] elt wrap -> ?columns:[< Html_types.colgroup ] elt list_wrap -> ?thead:[< Html_types.thead ] elt wrap -> ?tfoot:[< Html_types.tfoot ] elt wrap -> ([< Html_types.tablex_attrib ], [< Html_types.tablex_content_fun ], [> Html_types.tablex ]) star
Sourceval colgroup : ([< Html_types.colgroup_attrib ], [< Html_types.colgroup_content_fun ], [> Html_types.colgroup ]) star
Sourceval col : ([< Html_types.col_attrib ], [> Html_types.col ]) nullary
Sourceval thead : ([< Html_types.thead_attrib ], [< Html_types.thead_content_fun ], [> Html_types.thead ]) star
Sourceval tbody : ([< Html_types.tbody_attrib ], [< Html_types.tbody_content_fun ], [> Html_types.tbody ]) star
Sourceval tfoot : ([< Html_types.tfoot_attrib ], [< Html_types.tfoot_content_fun ], [> Html_types.tfoot ]) star
Sourceval td : ([< Html_types.td_attrib ], [< Html_types.td_content_fun ], [> Html_types.td ]) star
Sourceval th : ([< Html_types.th_attrib ], [< Html_types.th_content_fun ], [> Html_types.th ]) star
Sourceval tr : ([< Html_types.tr_attrib ], [< Html_types.tr_content_fun ], [> Html_types.tr ]) star
Sourceval form : ([< Html_types.form_attrib ], [< Html_types.form_content_fun ], [> Html_types.form ]) star
Sourceval fieldset : ?legend:[< Html_types.legend ] elt wrap -> ([< Html_types.fieldset_attrib ], [< Html_types.fieldset_content_fun ], [> Html_types.fieldset ]) star
Sourceval legend : ([< Html_types.legend_attrib ], [< Html_types.legend_content_fun ], [> Html_types.legend ]) star
Sourceval label : ([< Html_types.label_attrib ], [< Html_types.label_content_fun ], [> Html_types.label ]) star
Sourceval input : ([< Html_types.input_attrib ], [> Html_types.input ]) nullary
Sourceval button : ([< Html_types.button_attrib ], [< Html_types.button_content_fun ], [> Html_types.button ]) star
Sourceval select : ([< Html_types.select_attrib ], [< Html_types.select_content_fun ], [> Html_types.select ]) star
Sourceval datalist : ?children: [< `Options of [< Html_types.selectoption ] elt list_wrap | `Phras of [< Html_types.phrasing ] elt list_wrap ] -> ([< Html_types.datalist_attrib ], [> Html_types.datalist ]) nullary
Sourceval optgroup : label:Html_types.text wrap -> ([< Html_types.optgroup_attrib ], [< Html_types.optgroup_content_fun ], [> Html_types.optgroup ]) star
Sourceval option : ([< Html_types.option_attrib ], [< Html_types.option_content_fun ], [> Html_types.selectoption ]) unary
Sourceval textarea : ([< Html_types.textarea_attrib ], [< Html_types.textarea_content_fun ], [> Html_types.textarea ]) unary
Sourceval keygen : ([< Html_types.keygen_attrib ], [> Html_types.keygen ]) nullary
Sourceval progress : ([< Html_types.progress_attrib ], [< Html_types.progress_content_fun ], [> Html_types.progress ]) star
Sourceval meter : ([< Html_types.meter_attrib ], [< Html_types.meter_content_fun ], [> Html_types.meter ]) star
Sourceval output_elt : ([< Html_types.output_elt_attrib ], [< Html_types.output_elt_content_fun ], [> Html_types.output_elt ]) star
Sourceval entity : string -> [> Html_types.txt ] elt
Sourceval space : unit -> [> Html_types.txt ] elt
Sourceval cdata : string -> [> Html_types.txt ] elt
Sourceval cdata_script : string -> [> Html_types.txt ] elt
Sourceval cdata_style : string -> [> Html_types.txt ] elt
Sourceval details : [< Html_types.summary ] elt wrap -> ([< Html_types.details_attrib ], [< Html_types.details_content_fun ], [> Html_types.details ]) star
Sourceval summary : ([< Html_types.summary_attrib ], [< Html_types.summary_content_fun ], [> Html_types.summary ]) star
Sourceval command : label:Html_types.text wrap -> ([< Html_types.command_attrib ], [> Html_types.command ]) nullary
Sourceval menu : ?children: [< `Flows of [< Html_types.flow5 ] elt list_wrap | `Lis of [< `Li of [< Html_types.common ] ] elt list_wrap ] -> ([< Html_types.menu_attrib ], [> Html_types.menu ]) nullary
Sourceval script : ([< Html_types.script_attrib ], [< Html_types.script_content_fun ], [> Html_types.script ]) unary
Sourceval noscript : ([< Html_types.noscript_attrib ], [< Html_types.noscript_content_fun ], [> Html_types.noscript ]) star
Sourceval template : ([< Html_types.template_attrib ], [< Html_types.template_content_fun ], [> Html_types.template ]) star
Sourceval meta : ([< Html_types.meta_attrib ], [> Html_types.meta ]) nullary
Sourceval style : ([< Html_types.style_attrib ], [< Html_types.style_content_fun ], [> Html_types.style ]) star
Sourceval rt : ([< Html_types.rt_attrib ], [< Html_types.rt_content_fun ], [> Html_types.rt ]) star
Sourceval rp : ([< Html_types.rp_attrib ], [< Html_types.rp_content_fun ], [> Html_types.rp ]) star
Sourceval ruby : ([< Html_types.ruby_attrib ], [< Html_types.ruby_content_fun ], [> Html_types.ruby ]) star
Sourceval pcdata : string wrap -> [> Html_types.pcdata ] elt
  • deprecated Use txt instead
Sourceval of_seq : Xml_stream.signal Seq.t -> 'a elt list_wrap
Sourceval tot : Xml.elt -> 'a elt
Sourceval toelt : 'a elt -> Xml.elt
Sourceval doc_toelt : doc -> Xml.elt
Sourceval to_xmlattribs : 'a attrib list -> Xml.attrib list
Sourceval to_attrib : Xml.attrib -> 'a attrib
Sourcemodule Unsafe : sig ... end
Sourcetype ('a, 'b, 'c) lazy_star = ?a:'a attrib list -> 'b elt list Eliom_lazy.request -> 'c elt
Sourceval lazy_form : ([< Html_types.form_attrib ], [< Html_types.form_content_fun ], [> Html_types.form ]) lazy_star
Sourceval uri_of_fun : (unit -> string) -> Xml.uri
Sourceval attrib_of_service : string -> ([ `A | `Form_get | `Form_post ] * (bool * string list) option * string option * Eliom_lib.poly) option Eliom_lazy.request -> Html_types.form_attrib attrib