Custom HTML tab

Creates a custom HTML snippet to use for a custom action.

Figure: Custom HTML tab

Custom HTML tab

Background and Setup

Examples

Prerequisites

How to Start

  1. Click Settings.

    Settings
  2. Click Work Center.

    Work Center Settings
  3. On the Modern Work Center Settings screen, click the Custom Actions Settings tab.

    Click Custom Actions Settings Tab
  4. On the Custom Actions screen, in the left pane, expand the Shared Resources tab.

    Expand Shared Resources
  5. On the Shared Resources tab, click HTML > Select an HTML file.

    Click HTML

Fields

Field NameDefinition

HTML editor

Function:
Specifies the HTML code snippet to use for a custom action.
Accepted Values:
More than one line of text in HTML format.
Default Value:
None
Limitations:
  • These elements are not supported in this field:
    • <html>
    • <body>
    • <head>
    • <style>
    • <meta>
    • <link>
    • <title>
  • These requirements apply to images used in custom actions:
    • Images must be stored in a web server or cloud storage location accessible through HTTPS that AgilePoint NX can access.
    • Images cannot be stored on a local file system, such as your local machine or the AgilePoint Server machine.
    • Images must be referenced with an absolute URL.

Save Save icon

Function:
Saves the changes to the HTML file.

Cut Cut icon

Function:
Cuts the selected code from the file.

Copy Copy icon

Function:
Copies the selected code.

Paste Paste icon

Function:
Inserts the copied data at the specified location.

You can paste from files or other sources outside of AgilePoint NX.

Undo Undo icon

Function:
Removes the last text entered in the file.

Redo Redo icon

Function:
Cancels the last undo action.

Export Export icon

Function:
Downloads the custom HTML file embedded in a JSON file to your local machine.

The JSON format is required for you to import into Agilepoint NX.

Run Run icon

Function:
Shows a preview of the HTML file on the Preview pane.