package printbox-html

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

Module PrintBox_html.ConfigSource

Classes and attributes

Custom classes and attributes for tables, lists, etc.

  • since 0.5
Sourcetype t
Sourceval default : t
Sourceval cls_table : string list -> t -> t
Sourceval a_table : Html_types.table_attrib Tyxml.Html.attrib list -> t -> t
Sourceval cls_text : string list -> t -> t
Sourceval a_text : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
Sourceval cls_row : string list -> t -> t
Sourceval a_row : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
Sourceval cls_col : string list -> t -> t
Sourceval a_col : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
Sourceval tree_summary : bool -> t -> t

When set to true, the trees are rendered collapsed using the <detalis> HTML5 element.

OCaml

Innovation. Community. Security.