Skip to main content
View elements display read-only info.
These elements may not contain children!

Visual components

  • Header: adds a sub-header (can be made into a link)
  • Link row (Anchor line): adds a horizontal line of clickable URLs (breadcrumbs)
  • BR: adds an HTML line-break (vertical space)
  • HR: adds a horizontal line

Info fields v2

Info fields v2 adds a grid of information fields.

Example config

Grouping

The values can be grouped.
In this example, there’s 1 group with 2 fields.

HTML text with parser and database

Adds HTML-formatted text, including data from the database as parser variables. This element also supports AJAX. See examples in the element reference.

Data table

A data table adds a dynamic grid (table) automatically filled with data. The information is based on a query to the database.

Example with simple values

Example with callback script

In this example, the data table contains requests with ID less than 50. The table lists the title, the owner’s username, and the status. The ID is a hidden field.
Now, lets change the colors of the rows:
  • We add a new hidden field to store the value of the colors. You can use any field not already in the table. Remember to update fields.length.
  • Then we tie in a callback function formatDisplayField() to do the magic.
Config:
Callback functions (in the Body tab):

Static grid

Static grid adds an empty static grid (table). You must add content manually!

Chart

Chart adds a chart using the JavaScript charts library.

Context-specific elements

Scripts

The Ejscript element adds a completely custom element to your screen. Use CRMScript to set content and behavior.

Example: add a heading

Perhaps with some additional styling:

Example: close ticket

Example: resize element