HTML
Overview¶
This function inserts HTML to load external content (JavaScript, CSS libraries, etc.).
Prerequisites¶
- "Site Administration Permission" is required to configure the settings.
Setting Method¶
-
Select the HTML tab in "Manage Table" or "Dashboard Management".

-
Click on a new HTML or registered HTML from the list to display the following dialog.

-
Set each column and click the Add or Change buttons. The possible insert positions are as follows.
| No. | Insert Position | Description |
|---|---|---|
| 1 | Head top | Insert HTML above the meta tag in the head tag. |
| 2 | Head bottom | Insert HTML below the title tag in the head tag. |
| 3 | Body script top | Insert HTML above the script tag. |
| 4 | Body script bottom | Insert HTML below the script tag. |
- Click the update button in the command button area at the bottom of the screen.
Usage Example¶
You can load external content by registering HTML like the one below.
・Style
<link href="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.min.css" rel="stylesheet" />
・Script
<script src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.jp.min.js"></script>
<script src="https://cdn.plot.ly/plotly-basic-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/plotly_renderers.min.js"></script>