-
Notifications
You must be signed in to change notification settings - Fork 5
Paragraph Renderer
Tobias Paczian edited this page Mar 29, 2018
·
1 revision

Displays a text structure in an HTML formatted way.
-
width (STRING) - Width of the output. Can be either a bootstrap class name specifying a width (
span1..span12) or a width in pixel. Default isspan12. - data (LIST of Objects to render) - Title string written at the top of the graph.
-
title_color (CSS Color Value) - Color of title text. Default is
black. -
header_color (CSS Color Value) - Color of header text. Default is
black. -
text_color (CSS Color Value) - Color of text paragraphs. Default is
black. -
raw (BOOLEAN) - If set to
true, expects data to be a string of HTML which will be rendered directly. Default isfalse. -
toc (BOOLEAN) - If set to
truewill display a table of contents. Default isfalse.