Classes and attributes
Custom classes and attributes for tables, lists, etc.
val cls_table : string list -> t -> tval a_table : Html_types.table_attrib Tyxml.Html.attrib list -> t -> tval cls_text : string list -> t -> tval a_text : Html_types.div_attrib Tyxml.Html.attrib list -> t -> tval cls_row : string list -> t -> tval a_row : Html_types.div_attrib Tyxml.Html.attrib list -> t -> tval cls_col : string list -> t -> tval a_col : Html_types.div_attrib Tyxml.Html.attrib list -> t -> tval tree_summary : bool -> t -> tWhen set to true, the trees are rendered collapsed using the <detalis> HTML5 element.