package printbox

  1. Overview
  2. Docs
On This Page
  1. Output HTML
Allows to print nested boxes, lists, arrays, tables in several formats

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=c32598a4923c055fba05d747d24b7d4f
sha512=1b6d5981c73fa9d373ba1a555be655d5658fa2bb3105b692daf21158119bdc0c10424437de17eab0c8ac77a99877be6ace9aa0e1518212811bb3342211882e26

doc/printbox.html/PrintBox_html/index.html

Module PrintBox_htmlSource

Output HTML

Sourcetype 'a html = 'a Tyxml.Html.elt
Sourceval prelude : [> Html_types.style ] html

HTML text to embed in the "<head>", defining the style for tables

Sourceval prelude_str : string
Sourceval to_html : PrintBox.t -> [ `Div ] html

HTML for one box

Sourceval to_string : PrintBox.t -> string
Sourceval to_string_doc : PrintBox.t -> string

Same as to_string, but adds the prelude and some footer