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.2.tar.gz
md5=d84584a8ebdf3faa7b04704f0f75813c
sha512=fa49c037c7b1aad720a9a4e74fa40838bade84572afb7bcb6dae170c2d4cbdc9c217868ee971049da18dda0308357bbbc8a934436d32f41418eceba612d56ab3

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