Die BPC Version 4.1 wird nicht mehr gewartet.

Sollten Sie diese BPC Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten BPC Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Monitor Plugins/Hooks

This page describes the Plugins and hooks provided by the module.

For general information about 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 that allows you to start processes configured directly on the monitor.

Monitor Wrapper Plugin

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

Hooks

Monitor Toolbar (left)

plugin hook toolbar left

Monitor Toolbar (right)

plugin hook toolbar right

Monitor Toolbar in Module Header

plugin hook toolbar right

Context Menu

plugin hook contextmenu

Detail View

plugin hook detailview

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 to the desired target position in the column configuration (Monitor_ColumnConfig):

{
    "xtype": "monitorColumnHook"
}

If the plugin is not a column, the following must be added to the configuration: If this is not done, the plugin’s configuration cannot be taken into account.

{
"wrap": true
}

If you want to configure the plugin column, do so in the plugin configuration as follows:

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

Currently, columns of the type Ext.grid.column.Action cannot be used.
Use columns of the type Ext.grid.column.Widget instead.

plugin hook column

Keywords: