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 with which processes configured on the monitor can be started directly.
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 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 |