Rendering
| System name | Display name | Explanation | Extra info |
|---|---|---|---|
| defaultHtmlDoctype | HTML DOCTYPE | First line of HTML response. Change if you need specific HTML compliance. System is natively xhtml 1.0 compliant. | |
| defaultHtmlEncoding | General encoding for server | Codepage displayed inside the html tag | |
| defaultHtmlVersion | HTML version number | Version information displayed inside the html tag | |
| doIncludeJQuery | Include JQuery library | Include JQuery in compatibility mode | |
| doPageSelectViaJquery | Page selectors via JQuery | Use JS components for page selectors (default: static html) | |
| doIncludeScriptUserInfo | Insert user info JS variables | Inject user information in pages for use with custom JavaScripts | |
| heatmapCellColorIcon | Heatmap cell icon | Special content inserted into all heatmap cells | Moved to buttons/style in version 8945 |
| heatmapInvertAxis | Heatmap invert axis | Display variables on Y axis and records on X axis | |
| heatmapItemLinks | Heatmap links to items | Allow direct links from heatmap records | |
| heatmapLegendMap | Heatmap legend | Display legend map of full variable names | |
| pageselectorTableLayout | Pageselector in tables | Render pageselectors as tables (normal = div) | |
| renderLinksCompliant | Render links HTML 4.0 compliant | Encode links to satisfy HTML4 specification | |
| useGoogleChart | Technology diagram: Google | Alternative use ChartJS (not recommended any more) | |
| useNewChart | Beta: Use new chart implementation | Dashboard diagram widget configuration | |
| diagramChartJSColors | Colors for charts | Set the colors used by ChartJS | Dashboard diagram widget configuration |
| showPercentageAsBar | Beta: Show Field-Percent as a progress-bar in lists | If true: Renders percentage fields as bars in list views | Percentage field |
| useScriptulous | Technology script: Scriptulous | Alternative use JQuery (recommended) |