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.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.- 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.
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
- Dependency graph (for project)
- Messages: display the messages for a ticket
- Recipients: shows email recipients
- Planner (diary): shows a day schedule