package tyxml-lwd
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Tyxml_lwd.Html
Source
Source
val html :
?a:Html_types.html_attrib attrib list ->
[< Html_types.head ] elt ->
[< Html_types.body ] elt ->
[> Html_types.html ] elt
Source
val head :
?a:Html_types.head_attrib attrib list ->
[< Html_types.title ] elt ->
Html_types.head_content_fun elt list ->
[> Html_types.head ] elt
Source
val title :
(Html_types.noattrib,
[< Html_types.title_content_fun ],
[> Html_types.title ])
unary
Source
val svg :
?a:[< Svg_types.svg_attr ] Svg.attrib list ->
[< Html_types.svg_content ] Svg.elt list ->
[> Html_types.svg ] elt
Source
val header :
([< Html_types.header_attrib ],
[< Html_types.header_content_fun ],
[> Html_types.header ])
star
Source
val section :
([< Html_types.section_attrib ],
[< Html_types.section_content_fun ],
[> Html_types.section ])
star
Source
val hgroup :
([< Html_types.hgroup_attrib ],
[< Html_types.hgroup_content_fun ],
[> Html_types.hgroup ])
star
Source
val address :
([< Html_types.address_attrib ],
[< Html_types.address_content_fun ],
[> Html_types.address ])
star
Source
val article :
([< Html_types.article_attrib ],
[< Html_types.article_content_fun ],
[> Html_types.article ])
star
Source
val aside :
([< Html_types.aside_attrib ],
[< Html_types.aside_content_fun ],
[> Html_types.aside ])
star
Source
val main :
([< Html_types.main_attrib ],
[< Html_types.main_content_fun ],
[> Html_types.main ])
star
Source
val pre :
([< Html_types.pre_attrib ],
[< Html_types.pre_content_fun ],
[> Html_types.pre ])
star
Source
val blockquote :
([< Html_types.blockquote_attrib ],
[< Html_types.blockquote_content_fun ],
[> Html_types.blockquote ])
star
Source
val div :
([< Html_types.div_attrib ],
[< Html_types.div_content_fun ],
[> Html_types.div ])
star
Source
val figcaption :
([< Html_types.figcaption_attrib ],
[< Html_types.figcaption_content_fun ],
[> Html_types.figcaption ])
star
Source
val figure :
?figcaption:
[ `Bottom of [< Html_types.figcaption ] elt
| `Top of [< Html_types.figcaption ] elt ] ->
([< Html_types.figure_attrib ],
[< Html_types.figure_content_fun ],
[> Html_types.figure ])
star
Source
val small :
([< Html_types.small_attrib ],
[< Html_types.small_content_fun ],
[> Html_types.small ])
star
Source
val sub :
([< Html_types.sub_attrib ],
[< Html_types.sub_content_fun ],
[> Html_types.sub ])
star
Source
val sup :
([< Html_types.sup_attrib ],
[< Html_types.sup_content_fun ],
[> Html_types.sup ])
star
Source
val mark :
([< Html_types.mark_attrib ],
[< Html_types.mark_content_fun ],
[> Html_types.mark ])
star
Source
val bdo :
dir:[< `Ltr | `Rtl ] Lwd.t ->
([< Html_types.bdo_attrib ],
[< Html_types.bdo_content_fun ],
[> Html_types.bdo ])
star
Source
val abbr :
([< Html_types.abbr_attrib ],
[< Html_types.abbr_content_fun ],
[> Html_types.abbr ])
star
Source
val cite :
([< Html_types.cite_attrib ],
[< Html_types.cite_content_fun ],
[> Html_types.cite ])
star
Source
val code :
([< Html_types.code_attrib ],
[< Html_types.code_content_fun ],
[> Html_types.code ])
star
Source
val dfn :
([< Html_types.dfn_attrib ],
[< Html_types.dfn_content_fun ],
[> Html_types.dfn ])
star
Source
val kbd :
([< Html_types.kbd_attrib ],
[< Html_types.kbd_content_fun ],
[> Html_types.kbd ])
star
Source
val samp :
([< Html_types.samp_attrib ],
[< Html_types.samp_content_fun ],
[> Html_types.samp ])
star
Source
val span :
([< Html_types.span_attrib ],
[< Html_types.span_content_fun ],
[> Html_types.span ])
star
Source
val strong :
([< Html_types.strong_attrib ],
[< Html_types.strong_content_fun ],
[> Html_types.strong ])
star
Source
val time :
([< Html_types.time_attrib ],
[< Html_types.time_content_fun ],
[> Html_types.time ])
star
Source
val var :
([< Html_types.var_attrib ],
[< Html_types.var_content_fun ],
[> Html_types.var ])
star
Source
val img :
src:Xml.uri Lwd.t ->
alt:string Lwd.t ->
([< Html_types.img_attrib ], [> Html_types.img ]) nullary
Source
val iframe :
([< Html_types.iframe_attrib ],
[< Html_types.iframe_content_fun ],
[> Html_types.iframe ])
star
Source
val object_ :
?params:[< Html_types.param ] elt list ->
([< Html_types.object__attrib ], 'a, [> `Object of 'a ]) star
Source
val audio :
?src:Xml.uri Lwd.t ->
?srcs:[< Html_types.source ] elt list ->
([< Html_types.audio_attrib ], 'a, [> 'a Html_types.audio ]) star
Source
val video :
?src:Xml.uri Lwd.t ->
?srcs:[< Html_types.source ] elt list ->
([< Html_types.video_attrib ], 'a, [> 'a Html_types.video ]) star
Source
val area :
alt:string Lwd.t ->
([< `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 ])
nullary
Source
val caption :
([< Html_types.caption_attrib ],
[< Html_types.caption_content_fun ],
[> Html_types.caption ])
star
Source
val table :
?caption:[< Html_types.caption ] elt ->
?columns:[< Html_types.colgroup ] elt list ->
?thead:[< Html_types.thead ] elt ->
?tfoot:[< Html_types.tfoot ] elt ->
([< Html_types.table_attrib ],
[< Html_types.table_content_fun ],
[> Html_types.table ])
star
Source
val tablex :
?caption:[< Html_types.caption ] elt ->
?columns:[< Html_types.colgroup ] elt list ->
?thead:[< Html_types.thead ] elt ->
?tfoot:[< Html_types.tfoot ] elt ->
([< Html_types.tablex_attrib ],
[< Html_types.tablex_content_fun ],
[> Html_types.tablex ])
star
Source
val colgroup :
([< Html_types.colgroup_attrib ],
[< Html_types.colgroup_content_fun ],
[> Html_types.colgroup ])
star
Source
val thead :
([< Html_types.thead_attrib ],
[< Html_types.thead_content_fun ],
[> Html_types.thead ])
star
Source
val tbody :
([< Html_types.tbody_attrib ],
[< Html_types.tbody_content_fun ],
[> Html_types.tbody ])
star
Source
val tfoot :
([< Html_types.tfoot_attrib ],
[< Html_types.tfoot_content_fun ],
[> Html_types.tfoot ])
star
Source
val form :
([< Html_types.form_attrib ],
[< Html_types.form_content_fun ],
[> Html_types.form ])
star
Source
val fieldset :
?legend:[< Html_types.legend ] elt ->
([< Html_types.fieldset_attrib ],
[< Html_types.fieldset_content_fun ],
[> Html_types.fieldset ])
star
Source
val legend :
([< Html_types.legend_attrib ],
[< Html_types.legend_content_fun ],
[> Html_types.legend ])
star
Source
val label :
([< Html_types.label_attrib ],
[< Html_types.label_content_fun ],
[> Html_types.label ])
star
Source
val button :
([< Html_types.button_attrib ],
[< Html_types.button_content_fun ],
[> Html_types.button ])
star
Source
val select :
([< Html_types.select_attrib ],
[< Html_types.select_content_fun ],
[> Html_types.select ])
star
Source
val datalist :
?children:
[< `Options of [< Html_types.selectoption ] elt list
| `Phras of [< Html_types.phrasing ] elt list ] ->
([< Html_types.datalist_attrib ], [> Html_types.datalist ]) nullary
Source
val optgroup :
label:string Lwd.t ->
([< Html_types.optgroup_attrib ],
[< Html_types.optgroup_content_fun ],
[> Html_types.optgroup ])
star
Source
val option :
([< Html_types.option_attrib ],
[< Html_types.option_content_fun ],
[> Html_types.selectoption ])
unary
Source
val textarea :
?a:[< Html_types.textarea_attrib ] attrib list ->
string Lwd.t ->
[> Html_types.textarea ] elt
Source
val progress :
([< Html_types.progress_attrib ],
[< Html_types.progress_content_fun ],
[> Html_types.progress ])
star
Source
val meter :
([< Html_types.meter_attrib ],
[< Html_types.meter_content_fun ],
[> Html_types.meter ])
star
Source
val output_elt :
([< Html_types.output_elt_attrib ],
[< Html_types.output_elt_content_fun ],
[> Html_types.output_elt ])
star
Source
val details :
[< Html_types.summary ] elt ->
([< Html_types.details_attrib ],
[< Html_types.details_content_fun ],
[> Html_types.details ])
star
Source
val summary :
([< Html_types.summary_attrib ],
[< Html_types.summary_content_fun ],
[> Html_types.summary ])
star
Source
val command :
label:string Lwd.t ->
([< Html_types.command_attrib ], [> Html_types.command ]) nullary
Source
val script :
([< Html_types.script_attrib ],
[< Html_types.script_content_fun ],
[> Html_types.script ])
unary
Source
val noscript :
([< Html_types.noscript_attrib ],
[< Html_types.flow5_without_noscript ],
[> Html_types.noscript ])
star
Source
val template :
([< Html_types.template_attrib ],
[< Html_types.template_content_fun ],
[> Html_types.template ])
star
Source
val style :
([< Html_types.style_attrib ],
[< Html_types.style_content_fun ],
[> Html_types.style ])
star
Source
val link :
rel:Html_types.linktypes Lwd.t ->
href:Xml.uri Lwd.t ->
([< Html_types.link_attrib ], [> Html_types.link ]) nullary
Source
val ruby :
([< Html_types.ruby_attrib ],
[< Html_types.ruby_content_fun ],
[> Html_types.ruby ])
star