Setup

From nuBuilderForte
Revision as of 00:40, 8 July 2017 by Admin (talk | contribs)
Jump to navigation Jump to search

Test

Setup

Timeout

In minutes

Time Zone

Report Font

Extra font can be added here.

Each font name needs to be delimitted by a carriage return.

Auth SMTP User Name

Auth SMTP Password

Auth SMTP Host

Auth SMTP From Address

Auth SMTP From Name

Auth SMTP Port

Header

The Header will be placed in the HTML5 header of nuBuilder Forte, and can be used for.

  • Adding in Javascript libraries
  • Adding Javascript functions
  • Add Style Sheets
  • Adding CSS Styles


The Header is placed in the middle of a <script></script> tag.

This allows you to add custom functions.

But if you want to add a Javascript library here you need to close the script, add the link and open it again.

eg.

<source lang="javascript">

</script>

<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

<script>

</source>