Skip to content

HTML

Overview

This function inserts HTML to load external content (JavaScript, CSS libraries, etc.).

Prerequisites

  1. "Site Administration Permission" is required to configure the settings.

Setting Method

  1. Select the HTML tab in "Manage Table" or "Dashboard Management".
    HTML tab of the Manage Table screen

  2. Click on a new HTML or registered HTML from the list to display the following dialog.
    Dialog for registering HTML

  3. 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.
  1. 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>