Monitor Plugins/Hooks
Plugins
Process Starter Plugin
This plugin provides a button that can be used to start processes configured on the monitor.
See also Process Starter Plugin
Process Starter Plugin Panel
This plugin provides a process starter form that can be used to start processes configured directly on the monitor.
See also Process Starter Plugin Panel
Monitor Wrapper Plugin
This plugin displays a complete monitor, but without module header and toolbar, within the plugin.
See also Monitor Wrapper Plugin
Hooks
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 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 |