Skip to content

Paragraph Renderer

Tobias Paczian edited this page Mar 29, 2018 · 1 revision

image

Displays a text structure in an HTML formatted way.

options

  • width (STRING) - Width of the output. Can be either a bootstrap class name specifying a width (span1 .. span12) or a width in pixel. Default is span12.
  • 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 is false.
  • toc (BOOLEAN) - If set to true will display a table of contents. Default is false.

Clone this wiki locally