Monitor Plugins/Hooks

This page describes the Plugins and hooks offered by the module Hooks.

For general information on plugins, see Plugins.

Plugins

Process Starter Plugin

This plugin provides a button that can be used to start processes configured on the monitor.

Process Starter Plugin Panel

This plugin provides a Process starter Form with which processes configured on the monitor can be started directly.

Monitor Wrapper Plugin

This plugin displays a complete monitor, but without module header and toolbar, within the plugin.

Hooks

Monitor Toolbar left

plugin hook toolbar left

Monitor Toolbar right

plugin hook toolbar right

Monitor Toolbar in the Header module

plugin hook toolbar right

Context menu

plugin hook contextmenu

Monitor column

When using this hook, the plugin is added as a column.

Plugin columns are usually added at the end. If you want to change the position, you can add the following configuration in the column configuration (Monitor_ColumnConfig) at the desired target position:

{
    "xtype": "monitorColumnHook"
}

If the plugin is not a column, the following must be added in the configuration. If this is not done, the configuration of the plugin cannot be taken into account.

{
"wrap": true
}

If you want to give the plugin column a configuration, you must do this in the plugin configuration as follows:

{
  "columnConfig":
    {
        "dataIndex": "level",
        "width": 200,
        "text": "Spaltentitel"
    }
}

Currently, no columns of type Ext.grid.column.Action can be used.
Use columns of type Ext.grid.column.Widget instead.

plugin hook column

Keywords: