package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit element
method caption : tableCaptionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method tHead : tableSectionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method tFoot : tableSectionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method rows : tableRowElement collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method tBodies : tableSectionElement collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method align : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method border : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method cellPadding : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method cellSpacing : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method frame : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method rules : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method summary : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method width : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method createTHead : tableSectionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method deleteTHead : unit Js_of_ocaml__.Js.meth
method createTFoot : tableSectionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method deleteTFoot : unit Js_of_ocaml__.Js.meth
method createCaption : tableCaptionElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method deleteCaption : unit Js_of_ocaml__.Js.meth
method insertRow : int -> tableRowElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method deleteRow : int -> unit Js_of_ocaml__.Js.meth